Shades of Sulu #C6DB7E
Tints of Sulu #C6DB7E
RGB
CMYK
RGB Variations
Color information
#C6DB7E (or 0xC6DB7E) is known color: Sulu. HEX triplet: C6, DB and 7E. RGB value is (198,219,126). Sum of RGB (Red+Green+Blue) = 198+219+126=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DB7E is #392481. Grayscale: #CACACA. Windows color (decimal): -3744898 or 8313798. OLE color: 8313798.
HSL color Cylindrical-coordinate representation of color #C6DB7E: hue angle of 73.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6DB7E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 219 | 126 | - |
CMYK | 0.10 | 0 | 0.42 | 0.14 |
HSL | 73.55º | 0.56% | 0.68% | - |
HSV(B) | 73.55º | 0.42% | 0.86% | - |
XYZ | 52.39 | 64.18 | 29.36 | - |
YUV | 202.12 | 85.04 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 219 | 126 | 0.10 | 0 | 0.42 | 0.14 | 73.55 | 0.56 | 0.68 |
Hex | C6 | DB | 7E | A | 0 | 2A | E | 4A | 38 | 44 |
Octal | 306 | 333 | 176 | 12 | 0 | 52 | 16 | 112 | 70 | 104 |
Binary | 11000110 | 11011011 | 1111110 | 1010 | 0 | 101010 | 1110 | 1001010 | 111000 | 1000100 |
Color Harmonies of #C6DB7E
Complementary color
Monochromatic Colors of #C6DB7E
Black with #C6DB7E
Text Example
Text Example
White with #C6DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB7E; }
p { color: rgb(198,219,126); }
H1.HeaderClassName
{
color: #C6DB7E;
}
.AnyTagClassName
{
color: #C6DB7E;
}
</style>
background-color css
<style>
a { background-color: #C6DB7E; }
a { background-color: rgb(198,219,126); }
div.DivClassName
{
background-color: #C6DB7E;
}
.BgClassName
{
background-color: #C6DB7E;
}
</style>
border-color css
<style>
span { border-color: #C6DB7E; }
span { border-color: rgb(198,219,126); }
td.TdClassName
{
border-color: #C6DB7E;
}
.TagClassName
{
border-color: #C6DB7E;
}
</style>