Shades of Reef #CCFC8D
Tints of Reef #CCFC8D
RGB
CMYK
RGB Variations
Color information
#CCFC8D (or 0xCCFC8D) is known color: Reef. HEX triplet: CC, FC and 8D. RGB value is (204,252,141). Sum of RGB (Red+Green+Blue) = 204+252+141=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC8D is #330372. Grayscale: #E1E1E1. Windows color (decimal): -3343219 or 9305292. OLE color: 9305292.
HSL color Cylindrical-coordinate representation of color #CCFC8D: hue angle of 85.95º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCFC8D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 141 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.01 |
| HSL | 85.95º | 0.95% | 0.77% | - |
| HSV(B) | 85.95º | 0.44% | 0.99% | - |
| XYZ | 64.52 | 84.38 | 38.09 | - |
| YUV | 224.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 141 | 0.19 | 0 | 0.44 | 0.01 | 85.95 | 0.95 | 0.77 |
| Hex | CC | FC | 8D | 13 | 0 | 2C | 1 | 56 | 5F | 4D |
| Octal | 314 | 374 | 215 | 23 | 0 | 54 | 1 | 126 | 137 | 115 |
| Binary | 11001100 | 11111100 | 10001101 | 10011 | 0 | 101100 | 1 | 1010110 | 1011111 | 1001101 |
Color Harmonies of #CCFC8D
Complementary color
Monochromatic Colors of #CCFC8D
Black with #CCFC8D
Text Example
Text Example
White with #CCFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC8D; }
p { color: rgb(204,252,141); }
H1.HeaderClassName
{
color: #CCFC8D;
}
.AnyTagClassName
{
color: #CCFC8D;
}
</style>
background-color css
<style>
a { background-color: #CCFC8D; }
a { background-color: rgb(204,252,141); }
div.DivClassName
{
background-color: #CCFC8D;
}
.BgClassName
{
background-color: #CCFC8D;
}
</style>
border-color css
<style>
span { border-color: #CCFC8D; }
span { border-color: rgb(204,252,141); }
td.TdClassName
{
border-color: #CCFC8D;
}
.TagClassName
{
border-color: #CCFC8D;
}
</style>