Shades of Reef #CDF09C
Tints of Reef #CDF09C
RGB
CMYK
RGB Variations
Color information
#CDF09C (or 0xCDF09C) is known color: Reef. HEX triplet: CD, F0 and 9C. RGB value is (205,240,156). Sum of RGB (Red+Green+Blue) = 205+240+156=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF09C is #320F63. Grayscale: #DCDCDC. Windows color (decimal): -3280740 or 10285261. OLE color: 10285261.
HSL color Cylindrical-coordinate representation of color #CDF09C: hue angle of 85º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDF09C is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 156 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.06 |
| HSL | 85º | 0.74% | 0.78% | - |
| HSV(B) | 85º | 0.35% | 0.94% | - |
| XYZ | 62.34 | 77.7 | 43.16 | - |
| YUV | 219.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 156 | 0.15 | 0 | 0.35 | 0.06 | 85 | 0.74 | 0.78 |
| Hex | CD | F0 | 9C | F | 0 | 23 | 6 | 55 | 4A | 4E |
| Octal | 315 | 360 | 234 | 17 | 0 | 43 | 6 | 125 | 112 | 116 |
| Binary | 11001101 | 11110000 | 10011100 | 1111 | 0 | 100011 | 110 | 1010101 | 1001010 | 1001110 |
Color Harmonies of #CDF09C
Complementary color
Monochromatic Colors of #CDF09C
Black with #CDF09C
Text Example
Text Example
White with #CDF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF09C; }
p { color: rgb(205,240,156); }
H1.HeaderClassName
{
color: #CDF09C;
}
.AnyTagClassName
{
color: #CDF09C;
}
</style>
background-color css
<style>
a { background-color: #CDF09C; }
a { background-color: rgb(205,240,156); }
div.DivClassName
{
background-color: #CDF09C;
}
.BgClassName
{
background-color: #CDF09C;
}
</style>
border-color css
<style>
span { border-color: #CDF09C; }
span { border-color: rgb(205,240,156); }
td.TdClassName
{
border-color: #CDF09C;
}
.TagClassName
{
border-color: #CDF09C;
}
</style>