Shades of Reef #CDF19F
Tints of Reef #CDF19F
RGB
CMYK
RGB Variations
Color information
#CDF19F (or 0xCDF19F) is known color: Reef. HEX triplet: CD, F1 and 9F. RGB value is (205,241,159). Sum of RGB (Red+Green+Blue) = 205+241+159=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF19F is #320E60. Grayscale: #DDDDDD. Windows color (decimal): -3280481 or 10482125. OLE color: 10482125.
HSL color Cylindrical-coordinate representation of color #CDF19F: hue angle of 86.34º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDF19F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 159 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.05 |
| HSL | 86.34º | 0.75% | 0.78% | - |
| HSV(B) | 86.34º | 0.34% | 0.95% | - |
| XYZ | 62.89 | 78.39 | 44.62 | - |
| YUV | 220.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 159 | 0.15 | 0 | 0.34 | 0.05 | 86.34 | 0.75 | 0.78 |
| Hex | CD | F1 | 9F | F | 0 | 22 | 5 | 56 | 4B | 4E |
| Octal | 315 | 361 | 237 | 17 | 0 | 42 | 5 | 126 | 113 | 116 |
| Binary | 11001101 | 11110001 | 10011111 | 1111 | 0 | 100010 | 101 | 1010110 | 1001011 | 1001110 |
Color Harmonies of #CDF19F
Complementary color
Monochromatic Colors of #CDF19F
Black with #CDF19F
Text Example
Text Example
White with #CDF19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF19F; }
p { color: rgb(205,241,159); }
H1.HeaderClassName
{
color: #CDF19F;
}
.AnyTagClassName
{
color: #CDF19F;
}
</style>
background-color css
<style>
a { background-color: #CDF19F; }
a { background-color: rgb(205,241,159); }
div.DivClassName
{
background-color: #CDF19F;
}
.BgClassName
{
background-color: #CDF19F;
}
</style>
border-color css
<style>
span { border-color: #CDF19F; }
span { border-color: rgb(205,241,159); }
td.TdClassName
{
border-color: #CDF19F;
}
.TagClassName
{
border-color: #CDF19F;
}
</style>