Shades of Sulu #C2ED88
Tints of Sulu #C2ED88
RGB
CMYK
RGB Variations
Color information
#C2ED88 (or 0xC2ED88) is known color: Sulu. HEX triplet: C2, ED and 88. RGB value is (194,237,136). Sum of RGB (Red+Green+Blue) = 194+237+136=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED88 is #3D1277. Grayscale: #D4D4D4. Windows color (decimal): -4002424 or 8973762. OLE color: 8973762.
HSL color Cylindrical-coordinate representation of color #C2ED88: hue angle of 85.54º 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 #C2ED88 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 136 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.07 |
| HSL | 85.54º | 0.74% | 0.73% | - |
| HSV(B) | 85.54º | 0.43% | 0.93% | - |
| XYZ | 56.98 | 73.82 | 34.54 | - |
| YUV | 212.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 136 | 0.18 | 0 | 0.43 | 0.07 | 85.54 | 0.74 | 0.73 |
| Hex | C2 | ED | 88 | 12 | 0 | 2B | 7 | 56 | 4A | 49 |
| Octal | 302 | 355 | 210 | 22 | 0 | 53 | 7 | 126 | 112 | 111 |
| Binary | 11000010 | 11101101 | 10001000 | 10010 | 0 | 101011 | 111 | 1010110 | 1001010 | 1001001 |
Color Harmonies of #C2ED88
Complementary color
Monochromatic Colors of #C2ED88
Black with #C2ED88
Text Example
Text Example
White with #C2ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED88; }
p { color: rgb(194,237,136); }
H1.HeaderClassName
{
color: #C2ED88;
}
.AnyTagClassName
{
color: #C2ED88;
}
</style>
background-color css
<style>
a { background-color: #C2ED88; }
a { background-color: rgb(194,237,136); }
div.DivClassName
{
background-color: #C2ED88;
}
.BgClassName
{
background-color: #C2ED88;
}
</style>
border-color css
<style>
span { border-color: #C2ED88; }
span { border-color: rgb(194,237,136); }
td.TdClassName
{
border-color: #C2ED88;
}
.TagClassName
{
border-color: #C2ED88;
}
</style>