Shades of Sulu #C4F090
Tints of Sulu #C4F090
RGB
CMYK
RGB Variations
Color information
#C4F090 (or 0xC4F090) is known color: Sulu. HEX triplet: C4, F0 and 90. RGB value is (196,240,144). Sum of RGB (Red+Green+Blue) = 196+240+144=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F090 is #3B0F6F. Grayscale: #D8D8D8. Windows color (decimal): -3870576 or 9498820. OLE color: 9498820.
HSL color Cylindrical-coordinate representation of color #C4F090: hue angle of 87.5º degrees, saturation: 0.76, 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 #C4F090 is Cyan = 0.18, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 144 | - |
| CMYK | 0.18 | 0 | 0.4 | 0.06 |
| HSL | 87.5º | 0.76% | 0.75% | - |
| HSV(B) | 87.5º | 0.4% | 0.94% | - |
| XYZ | 58.96 | 76.07 | 37.96 | - |
| YUV | 215.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 144 | 0.18 | 0 | 0.4 | 0.06 | 87.5 | 0.76 | 0.75 |
| Hex | C4 | F0 | 90 | 12 | 0 | 28 | 6 | 57 | 4C | 4B |
| Octal | 304 | 360 | 220 | 22 | 0 | 50 | 6 | 127 | 114 | 113 |
| Binary | 11000100 | 11110000 | 10010000 | 10010 | 0 | 101000 | 110 | 1010111 | 1001100 | 1001011 |
Color Harmonies of #C4F090
Complementary color
Monochromatic Colors of #C4F090
Black with #C4F090
Text Example
Text Example
White with #C4F090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F090; }
p { color: rgb(196,240,144); }
H1.HeaderClassName
{
color: #C4F090;
}
.AnyTagClassName
{
color: #C4F090;
}
</style>
background-color css
<style>
a { background-color: #C4F090; }
a { background-color: rgb(196,240,144); }
div.DivClassName
{
background-color: #C4F090;
}
.BgClassName
{
background-color: #C4F090;
}
</style>
border-color css
<style>
span { border-color: #C4F090; }
span { border-color: rgb(196,240,144); }
td.TdClassName
{
border-color: #C4F090;
}
.TagClassName
{
border-color: #C4F090;
}
</style>