Shades of Sulu #C2EB78
Tints of Sulu #C2EB78
RGB
CMYK
RGB Variations
Color information
#C2EB78 (or 0xC2EB78) is known color: Sulu. HEX triplet: C2, EB and 78. RGB value is (194,235,120). Sum of RGB (Red+Green+Blue) = 194+235+120=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB78 is #3D1487. Grayscale: #D2D2D2. Windows color (decimal): -4002952 or 7924674. OLE color: 7924674.
HSL color Cylindrical-coordinate representation of color #C2EB78: hue angle of 81.39º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2EB78 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 120 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.08 |
| HSL | 81.39º | 0.74% | 0.7% | - |
| HSV(B) | 81.39º | 0.49% | 0.92% | - |
| XYZ | 55.35 | 72.24 | 28.8 | - |
| YUV | 209.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 120 | 0.17 | 0 | 0.49 | 0.08 | 81.39 | 0.74 | 0.7 |
| Hex | C2 | EB | 78 | 11 | 0 | 31 | 8 | 51 | 4A | 46 |
| Octal | 302 | 353 | 170 | 21 | 0 | 61 | 10 | 121 | 112 | 106 |
| Binary | 11000010 | 11101011 | 1111000 | 10001 | 0 | 110001 | 1000 | 1010001 | 1001010 | 1000110 |
Color Harmonies of #C2EB78
Complementary color
Monochromatic Colors of #C2EB78
Black with #C2EB78
Text Example
Text Example
White with #C2EB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB78; }
p { color: rgb(194,235,120); }
H1.HeaderClassName
{
color: #C2EB78;
}
.AnyTagClassName
{
color: #C2EB78;
}
</style>
background-color css
<style>
a { background-color: #C2EB78; }
a { background-color: rgb(194,235,120); }
div.DivClassName
{
background-color: #C2EB78;
}
.BgClassName
{
background-color: #C2EB78;
}
</style>
border-color css
<style>
span { border-color: #C2EB78; }
span { border-color: rgb(194,235,120); }
td.TdClassName
{
border-color: #C2EB78;
}
.TagClassName
{
border-color: #C2EB78;
}
</style>