Shades of Sulu #C2ED77
Tints of Sulu #C2ED77
RGB
CMYK
RGB Variations
Color information
#C2ED77 (or 0xC2ED77) is known color: Sulu. HEX triplet: C2, ED and 77. RGB value is (194,237,119). Sum of RGB (Red+Green+Blue) = 194+237+119=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED77 is #3D1288. Grayscale: #D3D3D3. Windows color (decimal): -4002441 or 7859650. OLE color: 7859650.
HSL color Cylindrical-coordinate representation of color #C2ED77: hue angle of 81.86º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2ED77 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 119 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.07 |
| HSL | 81.86º | 0.77% | 0.7% | - |
| HSV(B) | 81.86º | 0.5% | 0.93% | - |
| XYZ | 55.86 | 73.37 | 28.67 | - |
| YUV | 210.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 119 | 0.18 | 0 | 0.50 | 0.07 | 81.86 | 0.77 | 0.7 |
| Hex | C2 | ED | 77 | 12 | 0 | 32 | 7 | 52 | 4D | 46 |
| Octal | 302 | 355 | 167 | 22 | 0 | 62 | 7 | 122 | 115 | 106 |
| Binary | 11000010 | 11101101 | 1110111 | 10010 | 0 | 110010 | 111 | 1010010 | 1001101 | 1000110 |
Color Harmonies of #C2ED77
Complementary color
Monochromatic Colors of #C2ED77
Black with #C2ED77
Text Example
Text Example
White with #C2ED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED77; }
p { color: rgb(194,237,119); }
H1.HeaderClassName
{
color: #C2ED77;
}
.AnyTagClassName
{
color: #C2ED77;
}
</style>
background-color css
<style>
a { background-color: #C2ED77; }
a { background-color: rgb(194,237,119); }
div.DivClassName
{
background-color: #C2ED77;
}
.BgClassName
{
background-color: #C2ED77;
}
</style>
border-color css
<style>
span { border-color: #C2ED77; }
span { border-color: rgb(194,237,119); }
td.TdClassName
{
border-color: #C2ED77;
}
.TagClassName
{
border-color: #C2ED77;
}
</style>