Shades of Reef #CDFC9F
Tints of Reef #CDFC9F
RGB
CMYK
RGB Variations
Color information
#CDFC9F (or 0xCDFC9F) is known color: Reef. HEX triplet: CD, FC and 9F. RGB value is (205,252,159). Sum of RGB (Red+Green+Blue) = 205+252+159=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFC9F is #320360. Grayscale: #E3E3E3. Windows color (decimal): -3277665 or 10484941. OLE color: 10484941.
HSL color Cylindrical-coordinate representation of color #CDFC9F: hue angle of 90.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDFC9F is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 159 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.01 |
| HSL | 90.32º | 0.94% | 0.81% | - |
| HSV(B) | 90.32º | 0.37% | 0.99% | - |
| XYZ | 66.25 | 85.1 | 45.74 | - |
| YUV | 227.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 159 | 0.19 | 0 | 0.37 | 0.01 | 90.32 | 0.94 | 0.81 |
| Hex | CD | FC | 9F | 13 | 0 | 25 | 1 | 5A | 5E | 51 |
| Octal | 315 | 374 | 237 | 23 | 0 | 45 | 1 | 132 | 136 | 121 |
| Binary | 11001101 | 11111100 | 10011111 | 10011 | 0 | 100101 | 1 | 1011010 | 1011110 | 1010001 |
Color Harmonies of #CDFC9F
Complementary color
Monochromatic Colors of #CDFC9F
Black with #CDFC9F
Text Example
Text Example
White with #CDFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC9F; }
p { color: rgb(205,252,159); }
H1.HeaderClassName
{
color: #CDFC9F;
}
.AnyTagClassName
{
color: #CDFC9F;
}
</style>
background-color css
<style>
a { background-color: #CDFC9F; }
a { background-color: rgb(205,252,159); }
div.DivClassName
{
background-color: #CDFC9F;
}
.BgClassName
{
background-color: #CDFC9F;
}
</style>
border-color css
<style>
span { border-color: #CDFC9F; }
span { border-color: rgb(205,252,159); }
td.TdClassName
{
border-color: #CDFC9F;
}
.TagClassName
{
border-color: #CDFC9F;
}
</style>