Shades of Sulu #C3DB75
Tints of Sulu #C3DB75
RGB
CMYK
RGB Variations
Color information
#C3DB75 (or 0xC3DB75) is known color: Sulu. HEX triplet: C3, DB and 75. RGB value is (195,219,117). Sum of RGB (Red+Green+Blue) = 195+219+117=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DB75 is #3C248A. Grayscale: #C8C8C8. Windows color (decimal): -3941515 or 7723971. OLE color: 7723971.
HSL color Cylindrical-coordinate representation of color #C3DB75: hue angle of 74.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3DB75 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 117 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.14 |
| HSL | 74.12º | 0.59% | 0.66% | - |
| HSV(B) | 74.12º | 0.47% | 0.86% | - |
| XYZ | 51.05 | 63.55 | 26.41 | - |
| YUV | 200.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 117 | 0.11 | 0 | 0.47 | 0.14 | 74.12 | 0.59 | 0.66 |
| Hex | C3 | DB | 75 | B | 0 | 2F | E | 4A | 3B | 42 |
| Octal | 303 | 333 | 165 | 13 | 0 | 57 | 16 | 112 | 73 | 102 |
| Binary | 11000011 | 11011011 | 1110101 | 1011 | 0 | 101111 | 1110 | 1001010 | 111011 | 1000010 |
Color Harmonies of #C3DB75
Complementary color
Monochromatic Colors of #C3DB75
Black with #C3DB75
Text Example
Text Example
White with #C3DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB75; }
p { color: rgb(195,219,117); }
H1.HeaderClassName
{
color: #C3DB75;
}
.AnyTagClassName
{
color: #C3DB75;
}
</style>
background-color css
<style>
a { background-color: #C3DB75; }
a { background-color: rgb(195,219,117); }
div.DivClassName
{
background-color: #C3DB75;
}
.BgClassName
{
background-color: #C3DB75;
}
</style>
border-color css
<style>
span { border-color: #C3DB75; }
span { border-color: rgb(195,219,117); }
td.TdClassName
{
border-color: #C3DB75;
}
.TagClassName
{
border-color: #C3DB75;
}
</style>