Shades of Sulu #C8ED90
Tints of Sulu #C8ED90
RGB
CMYK
RGB Variations
Color information
#C8ED90 (or 0xC8ED90) is known color: Sulu. HEX triplet: C8, ED and 90. RGB value is (200,237,144). Sum of RGB (Red+Green+Blue) = 200+237+144=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ED90 is #37126F. Grayscale: #D7D7D7. Windows color (decimal): -3609200 or 9498056. OLE color: 9498056.
HSL color Cylindrical-coordinate representation of color #C8ED90: hue angle of 83.87º 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 #C8ED90 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 144 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.07 |
| HSL | 83.87º | 0.72% | 0.75% | - |
| HSV(B) | 83.87º | 0.39% | 0.93% | - |
| XYZ | 59.14 | 74.86 | 37.72 | - |
| YUV | 215.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 144 | 0.16 | 0 | 0.39 | 0.07 | 83.87 | 0.72 | 0.75 |
| Hex | C8 | ED | 90 | 10 | 0 | 27 | 7 | 54 | 48 | 4B |
| Octal | 310 | 355 | 220 | 20 | 0 | 47 | 7 | 124 | 110 | 113 |
| Binary | 11001000 | 11101101 | 10010000 | 10000 | 0 | 100111 | 111 | 1010100 | 1001000 | 1001011 |
Color Harmonies of #C8ED90
Complementary color
Monochromatic Colors of #C8ED90
Black with #C8ED90
Text Example
Text Example
White with #C8ED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED90; }
p { color: rgb(200,237,144); }
H1.HeaderClassName
{
color: #C8ED90;
}
.AnyTagClassName
{
color: #C8ED90;
}
</style>
background-color css
<style>
a { background-color: #C8ED90; }
a { background-color: rgb(200,237,144); }
div.DivClassName
{
background-color: #C8ED90;
}
.BgClassName
{
background-color: #C8ED90;
}
</style>
border-color css
<style>
span { border-color: #C8ED90; }
span { border-color: rgb(200,237,144); }
td.TdClassName
{
border-color: #C8ED90;
}
.TagClassName
{
border-color: #C8ED90;
}
</style>