Shades of Sulu #C5EF90
Tints of Sulu #C5EF90
RGB
CMYK
RGB Variations
Color information
#C5EF90 (or 0xC5EF90) is known color: Sulu. HEX triplet: C5, EF and 90. RGB value is (197,239,144). Sum of RGB (Red+Green+Blue) = 197+239+144=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EF90 is #3A106F. Grayscale: #D7D7D7. Windows color (decimal): -3805296 or 9498565. OLE color: 9498565.
HSL color Cylindrical-coordinate representation of color #C5EF90: hue angle of 86.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5EF90 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 144 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.06 |
| HSL | 86.53º | 0.75% | 0.75% | - |
| HSV(B) | 86.53º | 0.4% | 0.94% | - |
| XYZ | 58.93 | 75.62 | 37.88 | - |
| YUV | 215.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 144 | 0.18 | 0 | 0.40 | 0.06 | 86.53 | 0.75 | 0.75 |
| Hex | C5 | EF | 90 | 12 | 0 | 28 | 6 | 57 | 4B | 4B |
| Octal | 305 | 357 | 220 | 22 | 0 | 50 | 6 | 127 | 113 | 113 |
| Binary | 11000101 | 11101111 | 10010000 | 10010 | 0 | 101000 | 110 | 1010111 | 1001011 | 1001011 |
Color Harmonies of #C5EF90
Complementary color
Monochromatic Colors of #C5EF90
Black with #C5EF90
Text Example
Text Example
White with #C5EF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF90; }
p { color: rgb(197,239,144); }
H1.HeaderClassName
{
color: #C5EF90;
}
.AnyTagClassName
{
color: #C5EF90;
}
</style>
background-color css
<style>
a { background-color: #C5EF90; }
a { background-color: rgb(197,239,144); }
div.DivClassName
{
background-color: #C5EF90;
}
.BgClassName
{
background-color: #C5EF90;
}
</style>
border-color css
<style>
span { border-color: #C5EF90; }
span { border-color: rgb(197,239,144); }
td.TdClassName
{
border-color: #C5EF90;
}
.TagClassName
{
border-color: #C5EF90;
}
</style>