Shades of Sulu #C2EA78
Tints of Sulu #C2EA78
RGB
CMYK
RGB Variations
Color information
#C2EA78 (or 0xC2EA78) is known color: Sulu. HEX triplet: C2, EA and 78. RGB value is (194,234,120). Sum of RGB (Red+Green+Blue) = 194+234+120=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA78 is #3D1587. Grayscale: #D1D1D1. Windows color (decimal): -4003208 or 7924418. OLE color: 7924418.
HSL color Cylindrical-coordinate representation of color #C2EA78: hue angle of 81.05º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2EA78 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 120 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.08 |
| HSL | 81.05º | 0.73% | 0.69% | - |
| HSV(B) | 81.05º | 0.49% | 0.92% | - |
| XYZ | 55.06 | 71.67 | 28.7 | - |
| YUV | 209.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 120 | 0.17 | 0 | 0.49 | 0.08 | 81.05 | 0.73 | 0.69 |
| Hex | C2 | EA | 78 | 11 | 0 | 31 | 8 | 51 | 49 | 45 |
| Octal | 302 | 352 | 170 | 21 | 0 | 61 | 10 | 121 | 111 | 105 |
| Binary | 11000010 | 11101010 | 1111000 | 10001 | 0 | 110001 | 1000 | 1010001 | 1001001 | 1000101 |
Color Harmonies of #C2EA78
Complementary color
Monochromatic Colors of #C2EA78
Black with #C2EA78
Text Example
Text Example
White with #C2EA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA78; }
p { color: rgb(194,234,120); }
H1.HeaderClassName
{
color: #C2EA78;
}
.AnyTagClassName
{
color: #C2EA78;
}
</style>
background-color css
<style>
a { background-color: #C2EA78; }
a { background-color: rgb(194,234,120); }
div.DivClassName
{
background-color: #C2EA78;
}
.BgClassName
{
background-color: #C2EA78;
}
</style>
border-color css
<style>
span { border-color: #C2EA78; }
span { border-color: rgb(194,234,120); }
td.TdClassName
{
border-color: #C2EA78;
}
.TagClassName
{
border-color: #C2EA78;
}
</style>