Shades of Sulu #C4DE90
Tints of Sulu #C4DE90
RGB
CMYK
RGB Variations
Color information
#C4DE90 (or 0xC4DE90) is known color: Sulu. HEX triplet: C4, DE and 90. RGB value is (196,222,144). Sum of RGB (Red+Green+Blue) = 196+222+144=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DE90 is #3B216F. Grayscale: #CDCDCD. Windows color (decimal): -3875184 or 9494212. OLE color: 9494212.
HSL color Cylindrical-coordinate representation of color #C4DE90: hue angle of 80º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4DE90 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 222 | 144 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.13 |
| HSL | 80º | 0.54% | 0.72% | - |
| HSV(B) | 80º | 0.35% | 0.87% | - |
| XYZ | 53.92 | 65.99 | 36.28 | - |
| YUV | 205.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 144 | 0.12 | 0 | 0.35 | 0.13 | 80 | 0.54 | 0.72 |
| Hex | C4 | DE | 90 | C | 0 | 23 | D | 50 | 36 | 48 |
| Octal | 304 | 336 | 220 | 14 | 0 | 43 | 15 | 120 | 66 | 110 |
| Binary | 11000100 | 11011110 | 10010000 | 1100 | 0 | 100011 | 1101 | 1010000 | 110110 | 1001000 |
Color Harmonies of #C4DE90
Complementary color
Monochromatic Colors of #C4DE90
Black with #C4DE90
Text Example
Text Example
White with #C4DE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DE90; }
p { color: rgb(196,222,144); }
H1.HeaderClassName
{
color: #C4DE90;
}
.AnyTagClassName
{
color: #C4DE90;
}
</style>
background-color css
<style>
a { background-color: #C4DE90; }
a { background-color: rgb(196,222,144); }
div.DivClassName
{
background-color: #C4DE90;
}
.BgClassName
{
background-color: #C4DE90;
}
</style>
border-color css
<style>
span { border-color: #C4DE90; }
span { border-color: rgb(196,222,144); }
td.TdClassName
{
border-color: #C4DE90;
}
.TagClassName
{
border-color: #C4DE90;
}
</style>