Shades of Reef #CDE19A
Tints of Reef #CDE19A
RGB
CMYK
RGB Variations
Color information
#CDE19A (or 0xCDE19A) is known color: Reef. HEX triplet: CD, E1 and 9A. RGB value is (205,225,154). Sum of RGB (Red+Green+Blue) = 205+225+154=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE19A is #321E65. Grayscale: #D3D3D3. Windows color (decimal): -3284582 or 10150349. OLE color: 10150349.
HSL color Cylindrical-coordinate representation of color #CDE19A: hue angle of 76.9º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE19A is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 154 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.12 |
| HSL | 76.9º | 0.54% | 0.74% | - |
| HSV(B) | 76.9º | 0.32% | 0.88% | - |
| XYZ | 57.93 | 69.16 | 40.87 | - |
| YUV | 210.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 154 | 0.09 | 0 | 0.32 | 0.12 | 76.9 | 0.54 | 0.74 |
| Hex | CD | E1 | 9A | 9 | 0 | 20 | C | 4D | 36 | 4A |
| Octal | 315 | 341 | 232 | 11 | 0 | 40 | 14 | 115 | 66 | 112 |
| Binary | 11001101 | 11100001 | 10011010 | 1001 | 0 | 100000 | 1100 | 1001101 | 110110 | 1001010 |
Color Harmonies of #CDE19A
Complementary color
Monochromatic Colors of #CDE19A
Black with #CDE19A
Text Example
Text Example
White with #CDE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE19A; }
p { color: rgb(205,225,154); }
H1.HeaderClassName
{
color: #CDE19A;
}
.AnyTagClassName
{
color: #CDE19A;
}
</style>
background-color css
<style>
a { background-color: #CDE19A; }
a { background-color: rgb(205,225,154); }
div.DivClassName
{
background-color: #CDE19A;
}
.BgClassName
{
background-color: #CDE19A;
}
</style>
border-color css
<style>
span { border-color: #CDE19A; }
span { border-color: rgb(205,225,154); }
td.TdClassName
{
border-color: #CDE19A;
}
.TagClassName
{
border-color: #CDE19A;
}
</style>