Shades of Sulu #C2ED90
Tints of Sulu #C2ED90
RGB
CMYK
RGB Variations
Color information
#C2ED90 (or 0xC2ED90) is known color: Sulu. HEX triplet: C2, ED and 90. RGB value is (194,237,144). Sum of RGB (Red+Green+Blue) = 194+237+144=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED90 is #3D126F. Grayscale: #D5D5D5. Windows color (decimal): -4002416 or 9498050. OLE color: 9498050.
HSL color Cylindrical-coordinate representation of color #C2ED90: hue angle of 87.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2ED90 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 144 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.07 |
| HSL | 87.74º | 0.72% | 0.75% | - |
| HSV(B) | 87.74º | 0.39% | 0.93% | - |
| XYZ | 57.57 | 74.05 | 37.64 | - |
| YUV | 213.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 144 | 0.18 | 0 | 0.39 | 0.07 | 87.74 | 0.72 | 0.75 |
| Hex | C2 | ED | 90 | 12 | 0 | 27 | 7 | 58 | 48 | 4B |
| Octal | 302 | 355 | 220 | 22 | 0 | 47 | 7 | 130 | 110 | 113 |
| Binary | 11000010 | 11101101 | 10010000 | 10010 | 0 | 100111 | 111 | 1011000 | 1001000 | 1001011 |
Color Harmonies of #C2ED90
Complementary color
Monochromatic Colors of #C2ED90
Black with #C2ED90
Text Example
Text Example
White with #C2ED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED90; }
p { color: rgb(194,237,144); }
H1.HeaderClassName
{
color: #C2ED90;
}
.AnyTagClassName
{
color: #C2ED90;
}
</style>
background-color css
<style>
a { background-color: #C2ED90; }
a { background-color: rgb(194,237,144); }
div.DivClassName
{
background-color: #C2ED90;
}
.BgClassName
{
background-color: #C2ED90;
}
</style>
border-color css
<style>
span { border-color: #C2ED90; }
span { border-color: rgb(194,237,144); }
td.TdClassName
{
border-color: #C2ED90;
}
.TagClassName
{
border-color: #C2ED90;
}
</style>