Shades of Reef #CDF19E
Tints of Reef #CDF19E
RGB
CMYK
RGB Variations
Color information
#CDF19E (or 0xCDF19E) is known color: Reef. HEX triplet: CD, F1 and 9E. RGB value is (205,241,158). Sum of RGB (Red+Green+Blue) = 205+241+158=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF19E is #320E61. Grayscale: #DDDDDD. Windows color (decimal): -3280482 or 10416589. OLE color: 10416589.
HSL color Cylindrical-coordinate representation of color #CDF19E: hue angle of 86.02º 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 #CDF19E is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 158 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.05 |
| HSL | 86.02º | 0.75% | 0.78% | - |
| HSV(B) | 86.02º | 0.34% | 0.95% | - |
| XYZ | 62.8 | 78.36 | 44.16 | - |
| YUV | 220.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 158 | 0.15 | 0 | 0.34 | 0.05 | 86.02 | 0.75 | 0.78 |
| Hex | CD | F1 | 9E | F | 0 | 22 | 5 | 56 | 4B | 4E |
| Octal | 315 | 361 | 236 | 17 | 0 | 42 | 5 | 126 | 113 | 116 |
| Binary | 11001101 | 11110001 | 10011110 | 1111 | 0 | 100010 | 101 | 1010110 | 1001011 | 1001110 |
Color Harmonies of #CDF19E
Complementary color
Monochromatic Colors of #CDF19E
Black with #CDF19E
Text Example
Text Example
White with #CDF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF19E; }
p { color: rgb(205,241,158); }
H1.HeaderClassName
{
color: #CDF19E;
}
.AnyTagClassName
{
color: #CDF19E;
}
</style>
background-color css
<style>
a { background-color: #CDF19E; }
a { background-color: rgb(205,241,158); }
div.DivClassName
{
background-color: #CDF19E;
}
.BgClassName
{
background-color: #CDF19E;
}
</style>
border-color css
<style>
span { border-color: #CDF19E; }
span { border-color: rgb(205,241,158); }
td.TdClassName
{
border-color: #CDF19E;
}
.TagClassName
{
border-color: #CDF19E;
}
</style>