Shades of Sulu #C4DC70
Tints of Sulu #C4DC70
RGB
CMYK
RGB Variations
Color information
#C4DC70 (or 0xC4DC70) is known color: Sulu. HEX triplet: C4, DC and 70. RGB value is (196,220,112). Sum of RGB (Red+Green+Blue) = 196+220+112=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC70 is #3B238F. Grayscale: #C8C8C8. Windows color (decimal): -3875728 or 7396548. OLE color: 7396548.
HSL color Cylindrical-coordinate representation of color #C4DC70: hue angle of 73.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4DC70 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 112 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.14 |
| HSL | 73.33º | 0.61% | 0.65% | - |
| HSV(B) | 73.33º | 0.49% | 0.86% | - |
| XYZ | 51.28 | 64.09 | 25 | - |
| YUV | 200.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 112 | 0.11 | 0 | 0.49 | 0.14 | 73.33 | 0.61 | 0.65 |
| Hex | C4 | DC | 70 | B | 0 | 31 | E | 49 | 3D | 41 |
| Octal | 304 | 334 | 160 | 13 | 0 | 61 | 16 | 111 | 75 | 101 |
| Binary | 11000100 | 11011100 | 1110000 | 1011 | 0 | 110001 | 1110 | 1001001 | 111101 | 1000001 |
Color Harmonies of #C4DC70
Complementary color
Monochromatic Colors of #C4DC70
Black with #C4DC70
Text Example
Text Example
White with #C4DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC70; }
p { color: rgb(196,220,112); }
H1.HeaderClassName
{
color: #C4DC70;
}
.AnyTagClassName
{
color: #C4DC70;
}
</style>
background-color css
<style>
a { background-color: #C4DC70; }
a { background-color: rgb(196,220,112); }
div.DivClassName
{
background-color: #C4DC70;
}
.BgClassName
{
background-color: #C4DC70;
}
</style>
border-color css
<style>
span { border-color: #C4DC70; }
span { border-color: rgb(196,220,112); }
td.TdClassName
{
border-color: #C4DC70;
}
.TagClassName
{
border-color: #C4DC70;
}
</style>