Shades of Reef #C2E59B
Tints of Reef #C2E59B
RGB
CMYK
RGB Variations
Color information
#C2E59B (or 0xC2E59B) is known color: Reef. HEX triplet: C2, E5 and 9B. RGB value is (194,229,155). Sum of RGB (Red+Green+Blue) = 194+229+155=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E59B is #3D1A64. Grayscale: #D2D2D2. Windows color (decimal): -4004453 or 10216898. OLE color: 10216898.
HSL color Cylindrical-coordinate representation of color #C2E59B: hue angle of 88.38º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2E59B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 155 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.10 |
| HSL | 88.38º | 0.59% | 0.75% | - |
| HSV(B) | 88.38º | 0.32% | 0.9% | - |
| XYZ | 56.18 | 69.87 | 41.54 | - |
| YUV | 210.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 155 | 0.15 | 0 | 0.32 | 0.10 | 88.38 | 0.59 | 0.75 |
| Hex | C2 | E5 | 9B | F | 0 | 20 | A | 58 | 3B | 4B |
| Octal | 302 | 345 | 233 | 17 | 0 | 40 | 12 | 130 | 73 | 113 |
| Binary | 11000010 | 11100101 | 10011011 | 1111 | 0 | 100000 | 1010 | 1011000 | 111011 | 1001011 |
Color Harmonies of #C2E59B
Complementary color
Monochromatic Colors of #C2E59B
Black with #C2E59B
Text Example
Text Example
White with #C2E59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E59B; }
p { color: rgb(194,229,155); }
H1.HeaderClassName
{
color: #C2E59B;
}
.AnyTagClassName
{
color: #C2E59B;
}
</style>
background-color css
<style>
a { background-color: #C2E59B; }
a { background-color: rgb(194,229,155); }
div.DivClassName
{
background-color: #C2E59B;
}
.BgClassName
{
background-color: #C2E59B;
}
</style>
border-color css
<style>
span { border-color: #C2E59B; }
span { border-color: rgb(194,229,155); }
td.TdClassName
{
border-color: #C2E59B;
}
.TagClassName
{
border-color: #C2E59B;
}
</style>