Shades of Reef #CCFE9A
Tints of Reef #CCFE9A
RGB
CMYK
RGB Variations
Color information
#CCFE9A (or 0xCCFE9A) is known color: Reef. HEX triplet: CC, FE and 9A. RGB value is (204,254,154). Sum of RGB (Red+Green+Blue) = 204+254+154=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE9A is #330165. Grayscale: #E3E3E3. Windows color (decimal): -3342694 or 10157772. OLE color: 10157772.
HSL color Cylindrical-coordinate representation of color #CCFE9A: hue angle of 90º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCFE9A is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 154 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.00 |
| HSL | 90º | 0.98% | 0.8% | - |
| HSV(B) | 90º | 0.39% | 1% | - |
| XYZ | 66.18 | 86.05 | 43.69 | - |
| YUV | 227.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 154 | 0.20 | 0 | 0.39 | 0.00 | 90 | 0.98 | 0.8 |
| Hex | CC | FE | 9A | 14 | 0 | 27 | 0 | 5A | 62 | 50 |
| Octal | 314 | 376 | 232 | 24 | 0 | 47 | 0 | 132 | 142 | 120 |
| Binary | 11001100 | 11111110 | 10011010 | 10100 | 0 | 100111 | 0 | 1011010 | 1100010 | 1010000 |
Color Harmonies of #CCFE9A
Complementary color
Monochromatic Colors of #CCFE9A
Black with #CCFE9A
Text Example
Text Example
White with #CCFE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE9A; }
p { color: rgb(204,254,154); }
H1.HeaderClassName
{
color: #CCFE9A;
}
.AnyTagClassName
{
color: #CCFE9A;
}
</style>
background-color css
<style>
a { background-color: #CCFE9A; }
a { background-color: rgb(204,254,154); }
div.DivClassName
{
background-color: #CCFE9A;
}
.BgClassName
{
background-color: #CCFE9A;
}
</style>
border-color css
<style>
span { border-color: #CCFE9A; }
span { border-color: rgb(204,254,154); }
td.TdClassName
{
border-color: #CCFE9A;
}
.TagClassName
{
border-color: #CCFE9A;
}
</style>