Shades of Reef #CCFF8E
Tints of Reef #CCFF8E
RGB
CMYK
RGB Variations
Color information
#CCFF8E (or 0xCCFF8E) is known color: Reef. HEX triplet: CC, FF and 8E. RGB value is (204,255,142). Sum of RGB (Red+Green+Blue) = 204+255+142=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF8E is #330071. Grayscale: #E3E3E3. Windows color (decimal): -3342450 or 9371596. OLE color: 9371596.
HSL color Cylindrical-coordinate representation of color #CCFF8E: hue angle of 87.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCFF8E is Cyan = 0.2, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 142 | - |
| CMYK | 0.2 | 0 | 0.44 | 0 |
| HSL | 87.08º | 1% | 0.78% | - |
| HSV(B) | 87.08º | 0.44% | 1% | - |
| XYZ | 65.54 | 86.31 | 38.8 | - |
| YUV | 226.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 142 | 0.2 | 0 | 0.44 | 0 | 87.08 | 1 | 0.78 |
| Hex | CC | FF | 8E | 14 | 0 | 2C | 0 | 57 | 64 | 4E |
| Octal | 314 | 377 | 216 | 24 | 0 | 54 | 0 | 127 | 144 | 116 |
| Binary | 11001100 | 11111111 | 10001110 | 10100 | 0 | 101100 | 0 | 1010111 | 1100100 | 1001110 |
Color Harmonies of #CCFF8E
Complementary color
Monochromatic Colors of #CCFF8E
Black with #CCFF8E
Text Example
Text Example
White with #CCFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF8E; }
p { color: rgb(204,255,142); }
H1.HeaderClassName
{
color: #CCFF8E;
}
.AnyTagClassName
{
color: #CCFF8E;
}
</style>
background-color css
<style>
a { background-color: #CCFF8E; }
a { background-color: rgb(204,255,142); }
div.DivClassName
{
background-color: #CCFF8E;
}
.BgClassName
{
background-color: #CCFF8E;
}
</style>
border-color css
<style>
span { border-color: #CCFF8E; }
span { border-color: rgb(204,255,142); }
td.TdClassName
{
border-color: #CCFF8E;
}
.TagClassName
{
border-color: #CCFF8E;
}
</style>