Shades of Sulu #C2DE92
Tints of Sulu #C2DE92
RGB
CMYK
RGB Variations
Color information
#C2DE92 (or 0xC2DE92) is known color: Sulu. HEX triplet: C2, DE and 92. RGB value is (194,222,146). Sum of RGB (Red+Green+Blue) = 194+222+146=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DE92 is #3D216D. Grayscale: #CDCDCD. Windows color (decimal): -4006254 or 9625282. OLE color: 9625282.
HSL color Cylindrical-coordinate representation of color #C2DE92: hue angle of 82.11º 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 #C2DE92 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 146 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.13 |
| HSL | 82.11º | 0.54% | 0.72% | - |
| HSV(B) | 82.11º | 0.34% | 0.87% | - |
| XYZ | 53.56 | 65.79 | 37.07 | - |
| YUV | 204.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 146 | 0.13 | 0 | 0.34 | 0.13 | 82.11 | 0.54 | 0.72 |
| Hex | C2 | DE | 92 | D | 0 | 22 | D | 52 | 36 | 48 |
| Octal | 302 | 336 | 222 | 15 | 0 | 42 | 15 | 122 | 66 | 110 |
| Binary | 11000010 | 11011110 | 10010010 | 1101 | 0 | 100010 | 1101 | 1010010 | 110110 | 1001000 |
Color Harmonies of #C2DE92
Complementary color
Monochromatic Colors of #C2DE92
Black with #C2DE92
Text Example
Text Example
White with #C2DE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE92; }
p { color: rgb(194,222,146); }
H1.HeaderClassName
{
color: #C2DE92;
}
.AnyTagClassName
{
color: #C2DE92;
}
</style>
background-color css
<style>
a { background-color: #C2DE92; }
a { background-color: rgb(194,222,146); }
div.DivClassName
{
background-color: #C2DE92;
}
.BgClassName
{
background-color: #C2DE92;
}
</style>
border-color css
<style>
span { border-color: #C2DE92; }
span { border-color: rgb(194,222,146); }
td.TdClassName
{
border-color: #C2DE92;
}
.TagClassName
{
border-color: #C2DE92;
}
</style>