Shades of Reef #CDF299
Tints of Reef #CDF299
RGB
CMYK
RGB Variations
Color information
#CDF299 (or 0xCDF299) is known color: Reef. HEX triplet: CD, F2 and 99. RGB value is (205,242,153). Sum of RGB (Red+Green+Blue) = 205+242+153=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF299 is #320D66. Grayscale: #DDDDDD. Windows color (decimal): -3280231 or 10089165. OLE color: 10089165.
HSL color Cylindrical-coordinate representation of color #CDF299: hue angle of 84.94º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDF299 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 153 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 84.94º | 0.77% | 0.77% | - |
| HSV(B) | 84.94º | 0.37% | 0.95% | - |
| XYZ | 62.68 | 78.78 | 42.04 | - |
| YUV | 220.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 153 | 0.15 | 0 | 0.37 | 0.05 | 84.94 | 0.77 | 0.77 |
| Hex | CD | F2 | 99 | F | 0 | 25 | 5 | 55 | 4D | 4D |
| Octal | 315 | 362 | 231 | 17 | 0 | 45 | 5 | 125 | 115 | 115 |
| Binary | 11001101 | 11110010 | 10011001 | 1111 | 0 | 100101 | 101 | 1010101 | 1001101 | 1001101 |
Color Harmonies of #CDF299
Complementary color
Monochromatic Colors of #CDF299
Black with #CDF299
Text Example
Text Example
White with #CDF299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF299; }
p { color: rgb(205,242,153); }
H1.HeaderClassName
{
color: #CDF299;
}
.AnyTagClassName
{
color: #CDF299;
}
</style>
background-color css
<style>
a { background-color: #CDF299; }
a { background-color: rgb(205,242,153); }
div.DivClassName
{
background-color: #CDF299;
}
.BgClassName
{
background-color: #CDF299;
}
</style>
border-color css
<style>
span { border-color: #CDF299; }
span { border-color: rgb(205,242,153); }
td.TdClassName
{
border-color: #CDF299;
}
.TagClassName
{
border-color: #CDF299;
}
</style>