Shades of Sulu #C4DA90
Tints of Sulu #C4DA90
RGB
CMYK
RGB Variations
Color information
#C4DA90 (or 0xC4DA90) is known color: Sulu. HEX triplet: C4, DA and 90. RGB value is (196,218,144). Sum of RGB (Red+Green+Blue) = 196+218+144=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DA90 is #3B256F. Grayscale: #CBCBCB. Windows color (decimal): -3876208 or 9493188. OLE color: 9493188.
HSL color Cylindrical-coordinate representation of color #C4DA90: hue angle of 77.84º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4DA90 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 144 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.15 |
| HSL | 77.84º | 0.5% | 0.71% | - |
| HSV(B) | 77.84º | 0.34% | 0.85% | - |
| XYZ | 52.87 | 63.89 | 35.93 | - |
| YUV | 202.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 144 | 0.10 | 0 | 0.34 | 0.15 | 77.84 | 0.5 | 0.71 |
| Hex | C4 | DA | 90 | A | 0 | 22 | F | 4E | 32 | 47 |
| Octal | 304 | 332 | 220 | 12 | 0 | 42 | 17 | 116 | 62 | 107 |
| Binary | 11000100 | 11011010 | 10010000 | 1010 | 0 | 100010 | 1111 | 1001110 | 110010 | 1000111 |
Color Harmonies of #C4DA90
Complementary color
Monochromatic Colors of #C4DA90
Black with #C4DA90
Text Example
Text Example
White with #C4DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA90; }
p { color: rgb(196,218,144); }
H1.HeaderClassName
{
color: #C4DA90;
}
.AnyTagClassName
{
color: #C4DA90;
}
</style>
background-color css
<style>
a { background-color: #C4DA90; }
a { background-color: rgb(196,218,144); }
div.DivClassName
{
background-color: #C4DA90;
}
.BgClassName
{
background-color: #C4DA90;
}
</style>
border-color css
<style>
span { border-color: #C4DA90; }
span { border-color: rgb(196,218,144); }
td.TdClassName
{
border-color: #C4DA90;
}
.TagClassName
{
border-color: #C4DA90;
}
</style>