Shades of Reef #CCF98E
Tints of Reef #CCF98E
RGB
CMYK
RGB Variations
Color information
#CCF98E (or 0xCCF98E) is known color: Reef. HEX triplet: CC, F9 and 8E. RGB value is (204,249,142). Sum of RGB (Red+Green+Blue) = 204+249+142=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF98E is #330671. Grayscale: #DFDFDF. Windows color (decimal): -3343986 or 9370060. OLE color: 9370060.
HSL color Cylindrical-coordinate representation of color #CCF98E: hue angle of 85.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF98E is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 142 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.02 |
| HSL | 85.23º | 0.9% | 0.77% | - |
| HSV(B) | 85.23º | 0.43% | 0.98% | - |
| XYZ | 63.66 | 82.54 | 38.17 | - |
| YUV | 223.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 142 | 0.18 | 0 | 0.43 | 0.02 | 85.23 | 0.9 | 0.77 |
| Hex | CC | F9 | 8E | 12 | 0 | 2B | 2 | 55 | 5A | 4D |
| Octal | 314 | 371 | 216 | 22 | 0 | 53 | 2 | 125 | 132 | 115 |
| Binary | 11001100 | 11111001 | 10001110 | 10010 | 0 | 101011 | 10 | 1010101 | 1011010 | 1001101 |
Color Harmonies of #CCF98E
Complementary color
Monochromatic Colors of #CCF98E
Black with #CCF98E
Text Example
Text Example
White with #CCF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF98E; }
p { color: rgb(204,249,142); }
H1.HeaderClassName
{
color: #CCF98E;
}
.AnyTagClassName
{
color: #CCF98E;
}
</style>
background-color css
<style>
a { background-color: #CCF98E; }
a { background-color: rgb(204,249,142); }
div.DivClassName
{
background-color: #CCF98E;
}
.BgClassName
{
background-color: #CCF98E;
}
</style>
border-color css
<style>
span { border-color: #CCF98E; }
span { border-color: rgb(204,249,142); }
td.TdClassName
{
border-color: #CCF98E;
}
.TagClassName
{
border-color: #CCF98E;
}
</style>