Shades of Reef #CDF199
Tints of Reef #CDF199
RGB
CMYK
RGB Variations
Color information
#CDF199 (or 0xCDF199) is known color: Reef. HEX triplet: CD, F1 and 99. RGB value is (205,241,153). Sum of RGB (Red+Green+Blue) = 205+241+153=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF199 is #320E66. Grayscale: #DCDCDC. Windows color (decimal): -3280487 or 10088909. OLE color: 10088909.
HSL color Cylindrical-coordinate representation of color #CDF199: hue angle of 84.55º degrees, saturation: 0.76, 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 #CDF199 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 153 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 84.55º | 0.76% | 0.77% | - |
| HSV(B) | 84.55º | 0.37% | 0.95% | - |
| XYZ | 62.38 | 78.19 | 41.94 | - |
| YUV | 220.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 153 | 0.15 | 0 | 0.37 | 0.05 | 84.55 | 0.76 | 0.77 |
| Hex | CD | F1 | 99 | F | 0 | 25 | 5 | 55 | 4C | 4D |
| Octal | 315 | 361 | 231 | 17 | 0 | 45 | 5 | 125 | 114 | 115 |
| Binary | 11001101 | 11110001 | 10011001 | 1111 | 0 | 100101 | 101 | 1010101 | 1001100 | 1001101 |
Color Harmonies of #CDF199
Complementary color
Monochromatic Colors of #CDF199
Black with #CDF199
Text Example
Text Example
White with #CDF199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF199; }
p { color: rgb(205,241,153); }
H1.HeaderClassName
{
color: #CDF199;
}
.AnyTagClassName
{
color: #CDF199;
}
</style>
background-color css
<style>
a { background-color: #CDF199; }
a { background-color: rgb(205,241,153); }
div.DivClassName
{
background-color: #CDF199;
}
.BgClassName
{
background-color: #CDF199;
}
</style>
border-color css
<style>
span { border-color: #CDF199; }
span { border-color: rgb(205,241,153); }
td.TdClassName
{
border-color: #CDF199;
}
.TagClassName
{
border-color: #CDF199;
}
</style>