Shades of Reef #CDF18F
Tints of Reef #CDF18F
RGB
CMYK
RGB Variations
Color information
#CDF18F (or 0xCDF18F) is known color: Reef. HEX triplet: CD, F1 and 8F. RGB value is (205,241,143). Sum of RGB (Red+Green+Blue) = 205+241+143=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF18F is #320E70. Grayscale: #DBDBDB. Windows color (decimal): -3280497 or 9433549. OLE color: 9433549.
HSL color Cylindrical-coordinate representation of color #CDF18F: hue angle of 82.04º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF18F is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 143 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 82.04º | 0.78% | 0.75% | - |
| HSV(B) | 82.04º | 0.41% | 0.95% | - |
| XYZ | 61.59 | 77.87 | 37.77 | - |
| YUV | 219.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 143 | 0.15 | 0 | 0.41 | 0.05 | 82.04 | 0.78 | 0.75 |
| Hex | CD | F1 | 8F | F | 0 | 29 | 5 | 52 | 4E | 4B |
| Octal | 315 | 361 | 217 | 17 | 0 | 51 | 5 | 122 | 116 | 113 |
| Binary | 11001101 | 11110001 | 10001111 | 1111 | 0 | 101001 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CDF18F
Complementary color
Monochromatic Colors of #CDF18F
Black with #CDF18F
Text Example
Text Example
White with #CDF18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF18F; }
p { color: rgb(205,241,143); }
H1.HeaderClassName
{
color: #CDF18F;
}
.AnyTagClassName
{
color: #CDF18F;
}
</style>
background-color css
<style>
a { background-color: #CDF18F; }
a { background-color: rgb(205,241,143); }
div.DivClassName
{
background-color: #CDF18F;
}
.BgClassName
{
background-color: #CDF18F;
}
</style>
border-color css
<style>
span { border-color: #CDF18F; }
span { border-color: rgb(205,241,143); }
td.TdClassName
{
border-color: #CDF18F;
}
.TagClassName
{
border-color: #CDF18F;
}
</style>