Shades of Sulu #C2DB90
Tints of Sulu #C2DB90
RGB
CMYK
RGB Variations
Color information
#C2DB90 (or 0xC2DB90) is known color: Sulu. HEX triplet: C2, DB and 90. RGB value is (194,219,144). Sum of RGB (Red+Green+Blue) = 194+219+144=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB90 is #3D246F. Grayscale: #CBCBCB. Windows color (decimal): -4007024 or 9493442. OLE color: 9493442.
HSL color Cylindrical-coordinate representation of color #C2DB90: hue angle of 80º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2DB90 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 144 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.14 |
| HSL | 80º | 0.51% | 0.71% | - |
| HSV(B) | 80º | 0.34% | 0.86% | - |
| XYZ | 52.61 | 64.15 | 35.99 | - |
| YUV | 202.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 144 | 0.11 | 0 | 0.34 | 0.14 | 80 | 0.51 | 0.71 |
| Hex | C2 | DB | 90 | B | 0 | 22 | E | 50 | 33 | 47 |
| Octal | 302 | 333 | 220 | 13 | 0 | 42 | 16 | 120 | 63 | 107 |
| Binary | 11000010 | 11011011 | 10010000 | 1011 | 0 | 100010 | 1110 | 1010000 | 110011 | 1000111 |
Color Harmonies of #C2DB90
Complementary color
Monochromatic Colors of #C2DB90
Black with #C2DB90
Text Example
Text Example
White with #C2DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB90; }
p { color: rgb(194,219,144); }
H1.HeaderClassName
{
color: #C2DB90;
}
.AnyTagClassName
{
color: #C2DB90;
}
</style>
background-color css
<style>
a { background-color: #C2DB90; }
a { background-color: rgb(194,219,144); }
div.DivClassName
{
background-color: #C2DB90;
}
.BgClassName
{
background-color: #C2DB90;
}
</style>
border-color css
<style>
span { border-color: #C2DB90; }
span { border-color: rgb(194,219,144); }
td.TdClassName
{
border-color: #C2DB90;
}
.TagClassName
{
border-color: #C2DB90;
}
</style>