Shades of Reef #CDF996
Tints of Reef #CDF996
RGB
CMYK
RGB Variations
Color information
#CDF996 (or 0xCDF996) is known color: Reef. HEX triplet: CD, F9 and 96. RGB value is (205,249,150). Sum of RGB (Red+Green+Blue) = 205+249+150=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF996 is #320669. Grayscale: #E0E0E0. Windows color (decimal): -3278442 or 9894349. OLE color: 9894349.
HSL color Cylindrical-coordinate representation of color #CDF996: hue angle of 86.67º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF996 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 150 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.02 |
| HSL | 86.67º | 0.89% | 0.78% | - |
| HSV(B) | 86.67º | 0.4% | 0.98% | - |
| XYZ | 64.56 | 82.93 | 41.46 | - |
| YUV | 224.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 150 | 0.18 | 0 | 0.40 | 0.02 | 86.67 | 0.89 | 0.78 |
| Hex | CD | F9 | 96 | 12 | 0 | 28 | 2 | 57 | 59 | 4E |
| Octal | 315 | 371 | 226 | 22 | 0 | 50 | 2 | 127 | 131 | 116 |
| Binary | 11001101 | 11111001 | 10010110 | 10010 | 0 | 101000 | 10 | 1010111 | 1011001 | 1001110 |
Color Harmonies of #CDF996
Complementary color
Monochromatic Colors of #CDF996
Black with #CDF996
Text Example
Text Example
White with #CDF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF996; }
p { color: rgb(205,249,150); }
H1.HeaderClassName
{
color: #CDF996;
}
.AnyTagClassName
{
color: #CDF996;
}
</style>
background-color css
<style>
a { background-color: #CDF996; }
a { background-color: rgb(205,249,150); }
div.DivClassName
{
background-color: #CDF996;
}
.BgClassName
{
background-color: #CDF996;
}
</style>
border-color css
<style>
span { border-color: #CDF996; }
span { border-color: rgb(205,249,150); }
td.TdClassName
{
border-color: #CDF996;
}
.TagClassName
{
border-color: #CDF996;
}
</style>