Shades of Reef #CCE592
Tints of Reef #CCE592
RGB
CMYK
RGB Variations
Color information
#CCE592 (or 0xCCE592) is known color: Reef. HEX triplet: CC, E5 and 92. RGB value is (204,229,146). Sum of RGB (Red+Green+Blue) = 204+229+146=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE592 is #331A6D. Grayscale: #D4D4D4. Windows color (decimal): -3349102 or 9627084. OLE color: 9627084.
HSL color Cylindrical-coordinate representation of color #CCE592: hue angle of 78.07º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCE592 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 146 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.10 |
| HSL | 78.07º | 0.61% | 0.74% | - |
| HSV(B) | 78.07º | 0.36% | 0.9% | - |
| XYZ | 58.11 | 70.95 | 37.83 | - |
| YUV | 212.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 146 | 0.11 | 0 | 0.36 | 0.10 | 78.07 | 0.61 | 0.74 |
| Hex | CC | E5 | 92 | B | 0 | 24 | A | 4E | 3D | 4A |
| Octal | 314 | 345 | 222 | 13 | 0 | 44 | 12 | 116 | 75 | 112 |
| Binary | 11001100 | 11100101 | 10010010 | 1011 | 0 | 100100 | 1010 | 1001110 | 111101 | 1001010 |
Color Harmonies of #CCE592
Complementary color
Monochromatic Colors of #CCE592
Black with #CCE592
Text Example
Text Example
White with #CCE592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE592; }
p { color: rgb(204,229,146); }
H1.HeaderClassName
{
color: #CCE592;
}
.AnyTagClassName
{
color: #CCE592;
}
</style>
background-color css
<style>
a { background-color: #CCE592; }
a { background-color: rgb(204,229,146); }
div.DivClassName
{
background-color: #CCE592;
}
.BgClassName
{
background-color: #CCE592;
}
</style>
border-color css
<style>
span { border-color: #CCE592; }
span { border-color: rgb(204,229,146); }
td.TdClassName
{
border-color: #CCE592;
}
.TagClassName
{
border-color: #CCE592;
}
</style>