Shades of Reef #CDF29E
Tints of Reef #CDF29E
RGB
CMYK
RGB Variations
Color information
#CDF29E (or 0xCDF29E) is known color: Reef. HEX triplet: CD, F2 and 9E. RGB value is (205,242,158). Sum of RGB (Red+Green+Blue) = 205+242+158=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF29E is #320D61. Grayscale: #DDDDDD. Windows color (decimal): -3280226 or 10416845. OLE color: 10416845.
HSL color Cylindrical-coordinate representation of color #CDF29E: hue angle of 86.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDF29E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 158 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.05 |
| HSL | 86.43º | 0.76% | 0.78% | - |
| HSV(B) | 86.43º | 0.35% | 0.95% | - |
| XYZ | 63.1 | 78.95 | 44.26 | - |
| YUV | 221.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 158 | 0.15 | 0 | 0.35 | 0.05 | 86.43 | 0.76 | 0.78 |
| Hex | CD | F2 | 9E | F | 0 | 23 | 5 | 56 | 4C | 4E |
| Octal | 315 | 362 | 236 | 17 | 0 | 43 | 5 | 126 | 114 | 116 |
| Binary | 11001101 | 11110010 | 10011110 | 1111 | 0 | 100011 | 101 | 1010110 | 1001100 | 1001110 |
Color Harmonies of #CDF29E
Complementary color
Monochromatic Colors of #CDF29E
Black with #CDF29E
Text Example
Text Example
White with #CDF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF29E; }
p { color: rgb(205,242,158); }
H1.HeaderClassName
{
color: #CDF29E;
}
.AnyTagClassName
{
color: #CDF29E;
}
</style>
background-color css
<style>
a { background-color: #CDF29E; }
a { background-color: rgb(205,242,158); }
div.DivClassName
{
background-color: #CDF29E;
}
.BgClassName
{
background-color: #CDF29E;
}
</style>
border-color css
<style>
span { border-color: #CDF29E; }
span { border-color: rgb(205,242,158); }
td.TdClassName
{
border-color: #CDF29E;
}
.TagClassName
{
border-color: #CDF29E;
}
</style>