Shades of Sulu #C4DE92
Tints of Sulu #C4DE92
RGB
CMYK
RGB Variations
Color information
#C4DE92 (or 0xC4DE92) is known color: Sulu. HEX triplet: C4, DE and 92. RGB value is (196,222,146). Sum of RGB (Red+Green+Blue) = 196+222+146=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DE92 is #3B216D. Grayscale: #CDCDCD. Windows color (decimal): -3875182 or 9625284. OLE color: 9625284.
HSL color Cylindrical-coordinate representation of color #C4DE92: hue angle of 80.53º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4DE92 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 222 | 146 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.13 |
| HSL | 80.53º | 0.54% | 0.72% | - |
| HSV(B) | 80.53º | 0.34% | 0.87% | - |
| XYZ | 54.07 | 66.05 | 37.09 | - |
| YUV | 205.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 146 | 0.12 | 0 | 0.34 | 0.13 | 80.53 | 0.54 | 0.72 |
| Hex | C4 | DE | 92 | C | 0 | 22 | D | 51 | 36 | 48 |
| Octal | 304 | 336 | 222 | 14 | 0 | 42 | 15 | 121 | 66 | 110 |
| Binary | 11000100 | 11011110 | 10010010 | 1100 | 0 | 100010 | 1101 | 1010001 | 110110 | 1001000 |
Color Harmonies of #C4DE92
Complementary color
Monochromatic Colors of #C4DE92
Black with #C4DE92
Text Example
Text Example
White with #C4DE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DE92; }
p { color: rgb(196,222,146); }
H1.HeaderClassName
{
color: #C4DE92;
}
.AnyTagClassName
{
color: #C4DE92;
}
</style>
background-color css
<style>
a { background-color: #C4DE92; }
a { background-color: rgb(196,222,146); }
div.DivClassName
{
background-color: #C4DE92;
}
.BgClassName
{
background-color: #C4DE92;
}
</style>
border-color css
<style>
span { border-color: #C4DE92; }
span { border-color: rgb(196,222,146); }
td.TdClassName
{
border-color: #C4DE92;
}
.TagClassName
{
border-color: #C4DE92;
}
</style>