Shades of Reef #CCFF8C
Tints of Reef #CCFF8C
RGB
CMYK
RGB Variations
Color information
#CCFF8C (or 0xCCFF8C) is known color: Reef. HEX triplet: CC, FF and 8C. RGB value is (204,255,140). Sum of RGB (Red+Green+Blue) = 204+255+140=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF8C is #330073. Grayscale: #E3E3E3. Windows color (decimal): -3342452 or 9240524. OLE color: 9240524.
HSL color Cylindrical-coordinate representation of color #CCFF8C: hue angle of 86.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCFF8C is Cyan = 0.2, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 140 | - |
| CMYK | 0.2 | 0 | 0.45 | 0 |
| HSL | 86.61º | 1% | 0.77% | - |
| HSV(B) | 86.61º | 0.45% | 1% | - |
| XYZ | 65.4 | 86.25 | 38.01 | - |
| YUV | 226.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 140 | 0.2 | 0 | 0.45 | 0 | 86.61 | 1 | 0.77 |
| Hex | CC | FF | 8C | 14 | 0 | 2D | 0 | 57 | 64 | 4D |
| Octal | 314 | 377 | 214 | 24 | 0 | 55 | 0 | 127 | 144 | 115 |
| Binary | 11001100 | 11111111 | 10001100 | 10100 | 0 | 101101 | 0 | 1010111 | 1100100 | 1001101 |
Color Harmonies of #CCFF8C
Complementary color
Monochromatic Colors of #CCFF8C
Black with #CCFF8C
Text Example
Text Example
White with #CCFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF8C; }
p { color: rgb(204,255,140); }
H1.HeaderClassName
{
color: #CCFF8C;
}
.AnyTagClassName
{
color: #CCFF8C;
}
</style>
background-color css
<style>
a { background-color: #CCFF8C; }
a { background-color: rgb(204,255,140); }
div.DivClassName
{
background-color: #CCFF8C;
}
.BgClassName
{
background-color: #CCFF8C;
}
</style>
border-color css
<style>
span { border-color: #CCFF8C; }
span { border-color: rgb(204,255,140); }
td.TdClassName
{
border-color: #CCFF8C;
}
.TagClassName
{
border-color: #CCFF8C;
}
</style>