Shades of Sulu #C2DB8A
Tints of Sulu #C2DB8A
RGB
CMYK
RGB Variations
Color information
#C2DB8A (or 0xC2DB8A) is known color: Sulu. HEX triplet: C2, DB and 8A. RGB value is (194,219,138). Sum of RGB (Red+Green+Blue) = 194+219+138=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB8A is #3D2475. Grayscale: #CACACA. Windows color (decimal): -4007030 or 9100226. OLE color: 9100226.
HSL color Cylindrical-coordinate representation of color #C2DB8A: hue angle of 78.52º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2DB8A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 138 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.14 |
| HSL | 78.52º | 0.53% | 0.7% | - |
| HSV(B) | 78.52º | 0.37% | 0.86% | - |
| XYZ | 52.17 | 63.97 | 33.64 | - |
| YUV | 202.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 138 | 0.11 | 0 | 0.37 | 0.14 | 78.52 | 0.53 | 0.7 |
| Hex | C2 | DB | 8A | B | 0 | 25 | E | 4F | 35 | 46 |
| Octal | 302 | 333 | 212 | 13 | 0 | 45 | 16 | 117 | 65 | 106 |
| Binary | 11000010 | 11011011 | 10001010 | 1011 | 0 | 100101 | 1110 | 1001111 | 110101 | 1000110 |
Color Harmonies of #C2DB8A
Complementary color
Monochromatic Colors of #C2DB8A
Black with #C2DB8A
Text Example
Text Example
White with #C2DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB8A; }
p { color: rgb(194,219,138); }
H1.HeaderClassName
{
color: #C2DB8A;
}
.AnyTagClassName
{
color: #C2DB8A;
}
</style>
background-color css
<style>
a { background-color: #C2DB8A; }
a { background-color: rgb(194,219,138); }
div.DivClassName
{
background-color: #C2DB8A;
}
.BgClassName
{
background-color: #C2DB8A;
}
</style>
border-color css
<style>
span { border-color: #C2DB8A; }
span { border-color: rgb(194,219,138); }
td.TdClassName
{
border-color: #C2DB8A;
}
.TagClassName
{
border-color: #C2DB8A;
}
</style>