Shades of Sulu #C3DB77
Tints of Sulu #C3DB77
RGB
CMYK
RGB Variations
Color information
#C3DB77 (or 0xC3DB77) is known color: Sulu. HEX triplet: C3, DB and 77. RGB value is (195,219,119). Sum of RGB (Red+Green+Blue) = 195+219+119=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DB77 is #3C2488. Grayscale: #C8C8C8. Windows color (decimal): -3941513 or 7855043. OLE color: 7855043.
HSL color Cylindrical-coordinate representation of color #C3DB77: hue angle of 74.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3DB77 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 119 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.14 |
| HSL | 74.4º | 0.58% | 0.66% | - |
| HSV(B) | 74.4º | 0.46% | 0.86% | - |
| XYZ | 51.17 | 63.6 | 27.03 | - |
| YUV | 200.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 119 | 0.11 | 0 | 0.46 | 0.14 | 74.4 | 0.58 | 0.66 |
| Hex | C3 | DB | 77 | B | 0 | 2E | E | 4A | 3A | 42 |
| Octal | 303 | 333 | 167 | 13 | 0 | 56 | 16 | 112 | 72 | 102 |
| Binary | 11000011 | 11011011 | 1110111 | 1011 | 0 | 101110 | 1110 | 1001010 | 111010 | 1000010 |
Color Harmonies of #C3DB77
Complementary color
Monochromatic Colors of #C3DB77
Black with #C3DB77
Text Example
Text Example
White with #C3DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB77; }
p { color: rgb(195,219,119); }
H1.HeaderClassName
{
color: #C3DB77;
}
.AnyTagClassName
{
color: #C3DB77;
}
</style>
background-color css
<style>
a { background-color: #C3DB77; }
a { background-color: rgb(195,219,119); }
div.DivClassName
{
background-color: #C3DB77;
}
.BgClassName
{
background-color: #C3DB77;
}
</style>
border-color css
<style>
span { border-color: #C3DB77; }
span { border-color: rgb(195,219,119); }
td.TdClassName
{
border-color: #C3DB77;
}
.TagClassName
{
border-color: #C3DB77;
}
</style>