Shades of Reef #CDFC9C
Tints of Reef #CDFC9C
RGB
CMYK
RGB Variations
Color information
#CDFC9C (or 0xCDFC9C) is known color: Reef. HEX triplet: CD, FC and 9C. RGB value is (205,252,156). Sum of RGB (Red+Green+Blue) = 205+252+156=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFC9C is #320363. Grayscale: #E3E3E3. Windows color (decimal): -3277668 or 10288333. OLE color: 10288333.
HSL color Cylindrical-coordinate representation of color #CDFC9C: hue angle of 89.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDFC9C is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 156 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.01 |
| HSL | 89.37º | 0.94% | 0.8% | - |
| HSV(B) | 89.37º | 0.38% | 0.99% | - |
| XYZ | 65.99 | 85 | 44.38 | - |
| YUV | 227 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 156 | 0.19 | 0 | 0.38 | 0.01 | 89.37 | 0.94 | 0.8 |
| Hex | CD | FC | 9C | 13 | 0 | 26 | 1 | 59 | 5E | 50 |
| Octal | 315 | 374 | 234 | 23 | 0 | 46 | 1 | 131 | 136 | 120 |
| Binary | 11001101 | 11111100 | 10011100 | 10011 | 0 | 100110 | 1 | 1011001 | 1011110 | 1010000 |
Color Harmonies of #CDFC9C
Complementary color
Monochromatic Colors of #CDFC9C
Black with #CDFC9C
Text Example
Text Example
White with #CDFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC9C; }
p { color: rgb(205,252,156); }
H1.HeaderClassName
{
color: #CDFC9C;
}
.AnyTagClassName
{
color: #CDFC9C;
}
</style>
background-color css
<style>
a { background-color: #CDFC9C; }
a { background-color: rgb(205,252,156); }
div.DivClassName
{
background-color: #CDFC9C;
}
.BgClassName
{
background-color: #CDFC9C;
}
</style>
border-color css
<style>
span { border-color: #CDFC9C; }
span { border-color: rgb(205,252,156); }
td.TdClassName
{
border-color: #CDFC9C;
}
.TagClassName
{
border-color: #CDFC9C;
}
</style>