Shades of Sulu #C4DF85
Tints of Sulu #C4DF85
RGB
CMYK
RGB Variations
Color information
#C4DF85 (or 0xC4DF85) is known color: Sulu. HEX triplet: C4, DF and 85. RGB value is (196,223,133). Sum of RGB (Red+Green+Blue) = 196+223+133=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DF85 is #3B207A. Grayscale: #CDCDCD. Windows color (decimal): -3874939 or 8773572. OLE color: 8773572.
HSL color Cylindrical-coordinate representation of color #C4DF85: hue angle of 78º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4DF85 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 133 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.13 |
| HSL | 78º | 0.58% | 0.7% | - |
| HSV(B) | 78º | 0.4% | 0.87% | - |
| XYZ | 53.39 | 66.2 | 32.16 | - |
| YUV | 204.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 133 | 0.12 | 0 | 0.40 | 0.13 | 78 | 0.58 | 0.7 |
| Hex | C4 | DF | 85 | C | 0 | 28 | D | 4E | 3A | 46 |
| Octal | 304 | 337 | 205 | 14 | 0 | 50 | 15 | 116 | 72 | 106 |
| Binary | 11000100 | 11011111 | 10000101 | 1100 | 0 | 101000 | 1101 | 1001110 | 111010 | 1000110 |
Color Harmonies of #C4DF85
Complementary color
Monochromatic Colors of #C4DF85
Black with #C4DF85
Text Example
Text Example
White with #C4DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF85; }
p { color: rgb(196,223,133); }
H1.HeaderClassName
{
color: #C4DF85;
}
.AnyTagClassName
{
color: #C4DF85;
}
</style>
background-color css
<style>
a { background-color: #C4DF85; }
a { background-color: rgb(196,223,133); }
div.DivClassName
{
background-color: #C4DF85;
}
.BgClassName
{
background-color: #C4DF85;
}
</style>
border-color css
<style>
span { border-color: #C4DF85; }
span { border-color: rgb(196,223,133); }
td.TdClassName
{
border-color: #C4DF85;
}
.TagClassName
{
border-color: #C4DF85;
}
</style>