Shades of Sulu #C9EB90
Tints of Sulu #C9EB90
RGB
CMYK
RGB Variations
Color information
#C9EB90 (or 0xC9EB90) is known color: Sulu. HEX triplet: C9, EB and 90. RGB value is (201,235,144). Sum of RGB (Red+Green+Blue) = 201+235+144=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EB90 is #36146F. Grayscale: #D6D6D6. Windows color (decimal): -3544176 or 9497545. OLE color: 9497545.
HSL color Cylindrical-coordinate representation of color #C9EB90: hue angle of 82.42º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9EB90 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 144 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.08 |
| HSL | 82.42º | 0.69% | 0.74% | - |
| HSV(B) | 82.42º | 0.39% | 0.92% | - |
| XYZ | 58.83 | 73.85 | 37.54 | - |
| YUV | 214.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 144 | 0.14 | 0 | 0.39 | 0.08 | 82.42 | 0.69 | 0.74 |
| Hex | C9 | EB | 90 | E | 0 | 27 | 8 | 52 | 45 | 4A |
| Octal | 311 | 353 | 220 | 16 | 0 | 47 | 10 | 122 | 105 | 112 |
| Binary | 11001001 | 11101011 | 10010000 | 1110 | 0 | 100111 | 1000 | 1010010 | 1000101 | 1001010 |
Color Harmonies of #C9EB90
Complementary color
Monochromatic Colors of #C9EB90
Black with #C9EB90
Text Example
Text Example
White with #C9EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB90; }
p { color: rgb(201,235,144); }
H1.HeaderClassName
{
color: #C9EB90;
}
.AnyTagClassName
{
color: #C9EB90;
}
</style>
background-color css
<style>
a { background-color: #C9EB90; }
a { background-color: rgb(201,235,144); }
div.DivClassName
{
background-color: #C9EB90;
}
.BgClassName
{
background-color: #C9EB90;
}
</style>
border-color css
<style>
span { border-color: #C9EB90; }
span { border-color: rgb(201,235,144); }
td.TdClassName
{
border-color: #C9EB90;
}
.TagClassName
{
border-color: #C9EB90;
}
</style>