Shades of Reef #CDE19F
Tints of Reef #CDE19F
RGB
CMYK
RGB Variations
Color information
#CDE19F (or 0xCDE19F) is known color: Reef. HEX triplet: CD, E1 and 9F. RGB value is (205,225,159). Sum of RGB (Red+Green+Blue) = 205+225+159=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE19F is #321E60. Grayscale: #D3D3D3. Windows color (decimal): -3284577 or 10478029. OLE color: 10478029.
HSL color Cylindrical-coordinate representation of color #CDE19F: hue angle of 78.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDE19F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 159 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.12 |
| HSL | 78.18º | 0.52% | 0.75% | - |
| HSV(B) | 78.18º | 0.29% | 0.88% | - |
| XYZ | 58.36 | 69.33 | 43.11 | - |
| YUV | 211.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 159 | 0.09 | 0 | 0.29 | 0.12 | 78.18 | 0.52 | 0.75 |
| Hex | CD | E1 | 9F | 9 | 0 | 1D | C | 4E | 34 | 4B |
| Octal | 315 | 341 | 237 | 11 | 0 | 35 | 14 | 116 | 64 | 113 |
| Binary | 11001101 | 11100001 | 10011111 | 1001 | 0 | 11101 | 1100 | 1001110 | 110100 | 1001011 |
Color Harmonies of #CDE19F
Complementary color
Monochromatic Colors of #CDE19F
Black with #CDE19F
Text Example
Text Example
White with #CDE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE19F; }
p { color: rgb(205,225,159); }
H1.HeaderClassName
{
color: #CDE19F;
}
.AnyTagClassName
{
color: #CDE19F;
}
</style>
background-color css
<style>
a { background-color: #CDE19F; }
a { background-color: rgb(205,225,159); }
div.DivClassName
{
background-color: #CDE19F;
}
.BgClassName
{
background-color: #CDE19F;
}
</style>
border-color css
<style>
span { border-color: #CDE19F; }
span { border-color: rgb(205,225,159); }
td.TdClassName
{
border-color: #CDE19F;
}
.TagClassName
{
border-color: #CDE19F;
}
</style>