Shades of Sulu #C4ED90
Tints of Sulu #C4ED90
RGB
CMYK
RGB Variations
Color information
#C4ED90 (or 0xC4ED90) is known color: Sulu. HEX triplet: C4, ED and 90. RGB value is (196,237,144). Sum of RGB (Red+Green+Blue) = 196+237+144=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #C4ED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4ED90 is #3B126F. Grayscale: #D6D6D6. Windows color (decimal): -3871344 or 9498052. OLE color: 9498052.
HSL color Cylindrical-coordinate representation of color #C4ED90: hue angle of 86.45º 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 #C4ED90 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 144 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.07 |
| HSL | 86.45º | 0.72% | 0.75% | - |
| HSV(B) | 86.45º | 0.39% | 0.93% | - |
| XYZ | 58.08 | 74.32 | 37.67 | - |
| YUV | 214.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 144 | 0.17 | 0 | 0.39 | 0.07 | 86.45 | 0.72 | 0.75 |
| Hex | C4 | ED | 90 | 11 | 0 | 27 | 7 | 56 | 48 | 4B |
| Octal | 304 | 355 | 220 | 21 | 0 | 47 | 7 | 126 | 110 | 113 |
| Binary | 11000100 | 11101101 | 10010000 | 10001 | 0 | 100111 | 111 | 1010110 | 1001000 | 1001011 |
Color Harmonies of #C4ED90
Complementary color
Monochromatic Colors of #C4ED90
Black with #C4ED90
Text Example
Text Example
White with #C4ED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ED90; }
p { color: rgb(196,237,144); }
H1.HeaderClassName
{
color: #C4ED90;
}
.AnyTagClassName
{
color: #C4ED90;
}
</style>
background-color css
<style>
a { background-color: #C4ED90; }
a { background-color: rgb(196,237,144); }
div.DivClassName
{
background-color: #C4ED90;
}
.BgClassName
{
background-color: #C4ED90;
}
</style>
border-color css
<style>
span { border-color: #C4ED90; }
span { border-color: rgb(196,237,144); }
td.TdClassName
{
border-color: #C4ED90;
}
.TagClassName
{
border-color: #C4ED90;
}
</style>