Shades of Sulu #C2DB7A
Tints of Sulu #C2DB7A
RGB
CMYK
RGB Variations
Color information
#C2DB7A (or 0xC2DB7A) is known color: Sulu. HEX triplet: C2, DB and 7A. RGB value is (194,219,122). Sum of RGB (Red+Green+Blue) = 194+219+122=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB7A is #3D2485. Grayscale: #C8C8C8. Windows color (decimal): -4007046 or 8051650. OLE color: 8051650.
HSL color Cylindrical-coordinate representation of color #C2DB7A: hue angle of 75.46º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2DB7A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 122 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.14 |
| HSL | 75.46º | 0.57% | 0.67% | - |
| HSV(B) | 75.46º | 0.44% | 0.86% | - |
| XYZ | 51.09 | 63.54 | 27.98 | - |
| YUV | 200.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 122 | 0.11 | 0 | 0.44 | 0.14 | 75.46 | 0.57 | 0.67 |
| Hex | C2 | DB | 7A | B | 0 | 2C | E | 4B | 39 | 43 |
| Octal | 302 | 333 | 172 | 13 | 0 | 54 | 16 | 113 | 71 | 103 |
| Binary | 11000010 | 11011011 | 1111010 | 1011 | 0 | 101100 | 1110 | 1001011 | 111001 | 1000011 |
Color Harmonies of #C2DB7A
Complementary color
Monochromatic Colors of #C2DB7A
Black with #C2DB7A
Text Example
Text Example
White with #C2DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB7A; }
p { color: rgb(194,219,122); }
H1.HeaderClassName
{
color: #C2DB7A;
}
.AnyTagClassName
{
color: #C2DB7A;
}
</style>
background-color css
<style>
a { background-color: #C2DB7A; }
a { background-color: rgb(194,219,122); }
div.DivClassName
{
background-color: #C2DB7A;
}
.BgClassName
{
background-color: #C2DB7A;
}
</style>
border-color css
<style>
span { border-color: #C2DB7A; }
span { border-color: rgb(194,219,122); }
td.TdClassName
{
border-color: #C2DB7A;
}
.TagClassName
{
border-color: #C2DB7A;
}
</style>