Shades of Sulu #C3DB8D
Tints of Sulu #C3DB8D
RGB
CMYK
RGB Variations
Color information
#C3DB8D (or 0xC3DB8D) is known color: Sulu. HEX triplet: C3, DB and 8D. RGB value is (195,219,141). Sum of RGB (Red+Green+Blue) = 195+219+141=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DB8D is #3C2472. Grayscale: #CBCBCB. Windows color (decimal): -3941491 or 9296835. OLE color: 9296835.
HSL color Cylindrical-coordinate representation of color #C3DB8D: hue angle of 78.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3DB8D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 141 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.14 |
| HSL | 78.46º | 0.52% | 0.71% | - |
| HSV(B) | 78.46º | 0.36% | 0.86% | - |
| XYZ | 52.64 | 64.19 | 34.81 | - |
| YUV | 202.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 141 | 0.11 | 0 | 0.36 | 0.14 | 78.46 | 0.52 | 0.71 |
| Hex | C3 | DB | 8D | B | 0 | 24 | E | 4E | 34 | 47 |
| Octal | 303 | 333 | 215 | 13 | 0 | 44 | 16 | 116 | 64 | 107 |
| Binary | 11000011 | 11011011 | 10001101 | 1011 | 0 | 100100 | 1110 | 1001110 | 110100 | 1000111 |
Color Harmonies of #C3DB8D
Complementary color
Monochromatic Colors of #C3DB8D
Black with #C3DB8D
Text Example
Text Example
White with #C3DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB8D; }
p { color: rgb(195,219,141); }
H1.HeaderClassName
{
color: #C3DB8D;
}
.AnyTagClassName
{
color: #C3DB8D;
}
</style>
background-color css
<style>
a { background-color: #C3DB8D; }
a { background-color: rgb(195,219,141); }
div.DivClassName
{
background-color: #C3DB8D;
}
.BgClassName
{
background-color: #C3DB8D;
}
</style>
border-color css
<style>
span { border-color: #C3DB8D; }
span { border-color: rgb(195,219,141); }
td.TdClassName
{
border-color: #C3DB8D;
}
.TagClassName
{
border-color: #C3DB8D;
}
</style>