Shades of Reef #CCE79B
Tints of Reef #CCE79B
RGB
CMYK
RGB Variations
Color information
#CCE79B (or 0xCCE79B) is known color: Reef. HEX triplet: CC, E7 and 9B. RGB value is (204,231,155). Sum of RGB (Red+Green+Blue) = 204+231+155=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE79B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE79B is #331864. Grayscale: #D6D6D6. Windows color (decimal): -3348581 or 10217420. OLE color: 10217420.
HSL color Cylindrical-coordinate representation of color #CCE79B: hue angle of 81.32º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE79B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 155 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.09 |
| HSL | 81.32º | 0.61% | 0.76% | - |
| HSV(B) | 81.32º | 0.33% | 0.91% | - |
| XYZ | 59.39 | 72.36 | 41.85 | - |
| YUV | 214.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 155 | 0.12 | 0 | 0.33 | 0.09 | 81.32 | 0.61 | 0.76 |
| Hex | CC | E7 | 9B | C | 0 | 21 | 9 | 51 | 3D | 4C |
| Octal | 314 | 347 | 233 | 14 | 0 | 41 | 11 | 121 | 75 | 114 |
| Binary | 11001100 | 11100111 | 10011011 | 1100 | 0 | 100001 | 1001 | 1010001 | 111101 | 1001100 |
Color Harmonies of #CCE79B
Complementary color
Monochromatic Colors of #CCE79B
Black with #CCE79B
Text Example
Text Example
White with #CCE79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE79B; }
p { color: rgb(204,231,155); }
H1.HeaderClassName
{
color: #CCE79B;
}
.AnyTagClassName
{
color: #CCE79B;
}
</style>
background-color css
<style>
a { background-color: #CCE79B; }
a { background-color: rgb(204,231,155); }
div.DivClassName
{
background-color: #CCE79B;
}
.BgClassName
{
background-color: #CCE79B;
}
</style>
border-color css
<style>
span { border-color: #CCE79B; }
span { border-color: rgb(204,231,155); }
td.TdClassName
{
border-color: #CCE79B;
}
.TagClassName
{
border-color: #CCE79B;
}
</style>