Shades of Reef #CDF08F
Tints of Reef #CDF08F
RGB
CMYK
RGB Variations
Color information
#CDF08F (or 0xCDF08F) is known color: Reef. HEX triplet: CD, F0 and 8F. RGB value is (205,240,143). Sum of RGB (Red+Green+Blue) = 205+240+143=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF08F is #320F70. Grayscale: #DADADA. Windows color (decimal): -3280753 or 9433293. OLE color: 9433293.
HSL color Cylindrical-coordinate representation of color #CDF08F: hue angle of 81.65º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF08F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 143 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.06 |
| HSL | 81.65º | 0.76% | 0.75% | - |
| HSV(B) | 81.65º | 0.4% | 0.94% | - |
| XYZ | 61.29 | 77.28 | 37.67 | - |
| YUV | 218.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 143 | 0.15 | 0 | 0.40 | 0.06 | 81.65 | 0.76 | 0.75 |
| Hex | CD | F0 | 8F | F | 0 | 28 | 6 | 52 | 4C | 4B |
| Octal | 315 | 360 | 217 | 17 | 0 | 50 | 6 | 122 | 114 | 113 |
| Binary | 11001101 | 11110000 | 10001111 | 1111 | 0 | 101000 | 110 | 1010010 | 1001100 | 1001011 |
Color Harmonies of #CDF08F
Complementary color
Monochromatic Colors of #CDF08F
Black with #CDF08F
Text Example
Text Example
White with #CDF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF08F; }
p { color: rgb(205,240,143); }
H1.HeaderClassName
{
color: #CDF08F;
}
.AnyTagClassName
{
color: #CDF08F;
}
</style>
background-color css
<style>
a { background-color: #CDF08F; }
a { background-color: rgb(205,240,143); }
div.DivClassName
{
background-color: #CDF08F;
}
.BgClassName
{
background-color: #CDF08F;
}
</style>
border-color css
<style>
span { border-color: #CDF08F; }
span { border-color: rgb(205,240,143); }
td.TdClassName
{
border-color: #CDF08F;
}
.TagClassName
{
border-color: #CDF08F;
}
</style>