Shades of Reef #CDE29A
Tints of Reef #CDE29A
RGB
CMYK
RGB Variations
Color information
#CDE29A (or 0xCDE29A) is known color: Reef. HEX triplet: CD, E2 and 9A. RGB value is (205,226,154). Sum of RGB (Red+Green+Blue) = 205+226+154=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE29A is #321D65. Grayscale: #D3D3D3. Windows color (decimal): -3284326 or 10150605. OLE color: 10150605.
HSL color Cylindrical-coordinate representation of color #CDE29A: hue angle of 77.5º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE29A is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 154 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.11 |
| HSL | 77.5º | 0.55% | 0.75% | - |
| HSV(B) | 77.5º | 0.32% | 0.89% | - |
| XYZ | 58.21 | 69.7 | 40.96 | - |
| YUV | 211.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 154 | 0.09 | 0 | 0.32 | 0.11 | 77.5 | 0.55 | 0.75 |
| Hex | CD | E2 | 9A | 9 | 0 | 20 | B | 4E | 37 | 4B |
| Octal | 315 | 342 | 232 | 11 | 0 | 40 | 13 | 116 | 67 | 113 |
| Binary | 11001101 | 11100010 | 10011010 | 1001 | 0 | 100000 | 1011 | 1001110 | 110111 | 1001011 |
Color Harmonies of #CDE29A
Complementary color
Monochromatic Colors of #CDE29A
Black with #CDE29A
Text Example
Text Example
White with #CDE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE29A; }
p { color: rgb(205,226,154); }
H1.HeaderClassName
{
color: #CDE29A;
}
.AnyTagClassName
{
color: #CDE29A;
}
</style>
background-color css
<style>
a { background-color: #CDE29A; }
a { background-color: rgb(205,226,154); }
div.DivClassName
{
background-color: #CDE29A;
}
.BgClassName
{
background-color: #CDE29A;
}
</style>
border-color css
<style>
span { border-color: #CDE29A; }
span { border-color: rgb(205,226,154); }
td.TdClassName
{
border-color: #CDE29A;
}
.TagClassName
{
border-color: #CDE29A;
}
</style>