Shades of Sulu #C2ED87
Tints of Sulu #C2ED87
RGB
CMYK
RGB Variations
Color information
#C2ED87 (or 0xC2ED87) is known color: Sulu. HEX triplet: C2, ED and 87. RGB value is (194,237,135). Sum of RGB (Red+Green+Blue) = 194+237+135=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED87 is #3D1278. Grayscale: #D4D4D4. Windows color (decimal): -4002425 or 8908226. OLE color: 8908226.
HSL color Cylindrical-coordinate representation of color #C2ED87: hue angle of 85.29º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2ED87 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 135 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.07 |
| HSL | 85.29º | 0.74% | 0.73% | - |
| HSV(B) | 85.29º | 0.43% | 0.93% | - |
| XYZ | 56.91 | 73.79 | 34.16 | - |
| YUV | 212.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 135 | 0.18 | 0 | 0.43 | 0.07 | 85.29 | 0.74 | 0.73 |
| Hex | C2 | ED | 87 | 12 | 0 | 2B | 7 | 55 | 4A | 49 |
| Octal | 302 | 355 | 207 | 22 | 0 | 53 | 7 | 125 | 112 | 111 |
| Binary | 11000010 | 11101101 | 10000111 | 10010 | 0 | 101011 | 111 | 1010101 | 1001010 | 1001001 |
Color Harmonies of #C2ED87
Complementary color
Monochromatic Colors of #C2ED87
Black with #C2ED87
Text Example
Text Example
White with #C2ED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED87; }
p { color: rgb(194,237,135); }
H1.HeaderClassName
{
color: #C2ED87;
}
.AnyTagClassName
{
color: #C2ED87;
}
</style>
background-color css
<style>
a { background-color: #C2ED87; }
a { background-color: rgb(194,237,135); }
div.DivClassName
{
background-color: #C2ED87;
}
.BgClassName
{
background-color: #C2ED87;
}
</style>
border-color css
<style>
span { border-color: #C2ED87; }
span { border-color: rgb(194,237,135); }
td.TdClassName
{
border-color: #C2ED87;
}
.TagClassName
{
border-color: #C2ED87;
}
</style>