Shades of Reef #CCFE9E
Tints of Reef #CCFE9E
RGB
CMYK
RGB Variations
Color information
#CCFE9E (or 0xCCFE9E) is known color: Reef. HEX triplet: CC, FE and 9E. RGB value is (204,254,158). Sum of RGB (Red+Green+Blue) = 204+254+158=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE9E is #330161. Grayscale: #E4E4E4. Windows color (decimal): -3342690 or 10419916. OLE color: 10419916.
HSL color Cylindrical-coordinate representation of color #CCFE9E: hue angle of 91.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCFE9E is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 158 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.00 |
| HSL | 91.25º | 0.98% | 0.81% | - |
| HSV(B) | 91.25º | 0.38% | 1% | - |
| XYZ | 66.52 | 86.19 | 45.48 | - |
| YUV | 228.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 158 | 0.20 | 0 | 0.38 | 0.00 | 91.25 | 0.98 | 0.81 |
| Hex | CC | FE | 9E | 14 | 0 | 26 | 0 | 5B | 62 | 51 |
| Octal | 314 | 376 | 236 | 24 | 0 | 46 | 0 | 133 | 142 | 121 |
| Binary | 11001100 | 11111110 | 10011110 | 10100 | 0 | 100110 | 0 | 1011011 | 1100010 | 1010001 |
Color Harmonies of #CCFE9E
Complementary color
Monochromatic Colors of #CCFE9E
Black with #CCFE9E
Text Example
Text Example
White with #CCFE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE9E; }
p { color: rgb(204,254,158); }
H1.HeaderClassName
{
color: #CCFE9E;
}
.AnyTagClassName
{
color: #CCFE9E;
}
</style>
background-color css
<style>
a { background-color: #CCFE9E; }
a { background-color: rgb(204,254,158); }
div.DivClassName
{
background-color: #CCFE9E;
}
.BgClassName
{
background-color: #CCFE9E;
}
</style>
border-color css
<style>
span { border-color: #CCFE9E; }
span { border-color: rgb(204,254,158); }
td.TdClassName
{
border-color: #CCFE9E;
}
.TagClassName
{
border-color: #CCFE9E;
}
</style>