Shades of Sulu #C7DB7A
Tints of Sulu #C7DB7A
RGB
CMYK
RGB Variations
Color information
#C7DB7A (or 0xC7DB7A) is known color: Sulu. HEX triplet: C7, DB and 7A. RGB value is (199,219,122). Sum of RGB (Red+Green+Blue) = 199+219+122=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DB7A is #382485. Grayscale: #CACACA. Windows color (decimal): -3679366 or 8051655. OLE color: 8051655.
HSL color Cylindrical-coordinate representation of color #C7DB7A: hue angle of 72.37º 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 #C7DB7A is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 122 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.14 |
| HSL | 72.37º | 0.57% | 0.67% | - |
| HSV(B) | 72.37º | 0.44% | 0.86% | - |
| XYZ | 52.4 | 64.21 | 28.04 | - |
| YUV | 201.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 122 | 0.09 | 0 | 0.44 | 0.14 | 72.37 | 0.57 | 0.67 |
| Hex | C7 | DB | 7A | 9 | 0 | 2C | E | 48 | 39 | 43 |
| Octal | 307 | 333 | 172 | 11 | 0 | 54 | 16 | 110 | 71 | 103 |
| Binary | 11000111 | 11011011 | 1111010 | 1001 | 0 | 101100 | 1110 | 1001000 | 111001 | 1000011 |
Color Harmonies of #C7DB7A
Complementary color
Monochromatic Colors of #C7DB7A
Black with #C7DB7A
Text Example
Text Example
White with #C7DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB7A; }
p { color: rgb(199,219,122); }
H1.HeaderClassName
{
color: #C7DB7A;
}
.AnyTagClassName
{
color: #C7DB7A;
}
</style>
background-color css
<style>
a { background-color: #C7DB7A; }
a { background-color: rgb(199,219,122); }
div.DivClassName
{
background-color: #C7DB7A;
}
.BgClassName
{
background-color: #C7DB7A;
}
</style>
border-color css
<style>
span { border-color: #C7DB7A; }
span { border-color: rgb(199,219,122); }
td.TdClassName
{
border-color: #C7DB7A;
}
.TagClassName
{
border-color: #C7DB7A;
}
</style>