Shades of Reef #CCE79A
Tints of Reef #CCE79A
RGB
CMYK
RGB Variations
Color information
#CCE79A (or 0xCCE79A) is known color: Reef. HEX triplet: CC, E7 and 9A. RGB value is (204,231,154). Sum of RGB (Red+Green+Blue) = 204+231+154=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE79A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE79A is #331865. Grayscale: #D6D6D6. Windows color (decimal): -3348582 or 10151884. OLE color: 10151884.
HSL color Cylindrical-coordinate representation of color #CCE79A: hue angle of 81.04º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE79A is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 154 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.09 |
| HSL | 81.04º | 0.62% | 0.75% | - |
| HSV(B) | 81.04º | 0.33% | 0.91% | - |
| XYZ | 59.31 | 72.32 | 41.41 | - |
| YUV | 214.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 154 | 0.12 | 0 | 0.33 | 0.09 | 81.04 | 0.62 | 0.75 |
| Hex | CC | E7 | 9A | C | 0 | 21 | 9 | 51 | 3E | 4B |
| Octal | 314 | 347 | 232 | 14 | 0 | 41 | 11 | 121 | 76 | 113 |
| Binary | 11001100 | 11100111 | 10011010 | 1100 | 0 | 100001 | 1001 | 1010001 | 111110 | 1001011 |
Color Harmonies of #CCE79A
Complementary color
Monochromatic Colors of #CCE79A
Black with #CCE79A
Text Example
Text Example
White with #CCE79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE79A; }
p { color: rgb(204,231,154); }
H1.HeaderClassName
{
color: #CCE79A;
}
.AnyTagClassName
{
color: #CCE79A;
}
</style>
background-color css
<style>
a { background-color: #CCE79A; }
a { background-color: rgb(204,231,154); }
div.DivClassName
{
background-color: #CCE79A;
}
.BgClassName
{
background-color: #CCE79A;
}
</style>
border-color css
<style>
span { border-color: #CCE79A; }
span { border-color: rgb(204,231,154); }
td.TdClassName
{
border-color: #CCE79A;
}
.TagClassName
{
border-color: #CCE79A;
}
</style>