Shades of Reef #CCFE8C
Tints of Reef #CCFE8C
RGB
CMYK
RGB Variations
Color information
#CCFE8C (or 0xCCFE8C) is known color: Reef. HEX triplet: CC, FE and 8C. RGB value is (204,254,140). Sum of RGB (Red+Green+Blue) = 204+254+140=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE8C is #330173. Grayscale: #E2E2E2. Windows color (decimal): -3342708 or 9240268. OLE color: 9240268.
HSL color Cylindrical-coordinate representation of color #CCFE8C: hue angle of 86.32º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCFE8C is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 140 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.00 |
| HSL | 86.32º | 0.98% | 0.77% | - |
| HSV(B) | 86.32º | 0.45% | 1% | - |
| XYZ | 65.08 | 85.61 | 37.91 | - |
| YUV | 226.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 140 | 0.20 | 0 | 0.45 | 0.00 | 86.32 | 0.98 | 0.77 |
| Hex | CC | FE | 8C | 14 | 0 | 2D | 0 | 56 | 62 | 4D |
| Octal | 314 | 376 | 214 | 24 | 0 | 55 | 0 | 126 | 142 | 115 |
| Binary | 11001100 | 11111110 | 10001100 | 10100 | 0 | 101101 | 0 | 1010110 | 1100010 | 1001101 |
Color Harmonies of #CCFE8C
Complementary color
Monochromatic Colors of #CCFE8C
Black with #CCFE8C
Text Example
Text Example
White with #CCFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE8C; }
p { color: rgb(204,254,140); }
H1.HeaderClassName
{
color: #CCFE8C;
}
.AnyTagClassName
{
color: #CCFE8C;
}
</style>
background-color css
<style>
a { background-color: #CCFE8C; }
a { background-color: rgb(204,254,140); }
div.DivClassName
{
background-color: #CCFE8C;
}
.BgClassName
{
background-color: #CCFE8C;
}
</style>
border-color css
<style>
span { border-color: #CCFE8C; }
span { border-color: rgb(204,254,140); }
td.TdClassName
{
border-color: #CCFE8C;
}
.TagClassName
{
border-color: #CCFE8C;
}
</style>