Shades of Reef #CCE39B
Tints of Reef #CCE39B
RGB
CMYK
RGB Variations
Color information
#CCE39B (or 0xCCE39B) is known color: Reef. HEX triplet: CC, E3 and 9B. RGB value is (204,227,155). Sum of RGB (Red+Green+Blue) = 204+227+155=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE39B is #331C64. Grayscale: #D4D4D4. Windows color (decimal): -3349605 or 10216396. OLE color: 10216396.
HSL color Cylindrical-coordinate representation of color #CCE39B: hue angle of 79.17º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE39B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 155 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.11 |
| HSL | 79.17º | 0.56% | 0.75% | - |
| HSV(B) | 79.17º | 0.32% | 0.89% | - |
| XYZ | 58.29 | 70.14 | 41.48 | - |
| YUV | 211.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 155 | 0.10 | 0 | 0.32 | 0.11 | 79.17 | 0.56 | 0.75 |
| Hex | CC | E3 | 9B | A | 0 | 20 | B | 4F | 38 | 4B |
| Octal | 314 | 343 | 233 | 12 | 0 | 40 | 13 | 117 | 70 | 113 |
| Binary | 11001100 | 11100011 | 10011011 | 1010 | 0 | 100000 | 1011 | 1001111 | 111000 | 1001011 |
Color Harmonies of #CCE39B
Complementary color
Monochromatic Colors of #CCE39B
Black with #CCE39B
Text Example
Text Example
White with #CCE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE39B; }
p { color: rgb(204,227,155); }
H1.HeaderClassName
{
color: #CCE39B;
}
.AnyTagClassName
{
color: #CCE39B;
}
</style>
background-color css
<style>
a { background-color: #CCE39B; }
a { background-color: rgb(204,227,155); }
div.DivClassName
{
background-color: #CCE39B;
}
.BgClassName
{
background-color: #CCE39B;
}
</style>
border-color css
<style>
span { border-color: #CCE39B; }
span { border-color: rgb(204,227,155); }
td.TdClassName
{
border-color: #CCE39B;
}
.TagClassName
{
border-color: #CCE39B;
}
</style>