Shades of Sulu #C4DC7E
Tints of Sulu #C4DC7E
RGB
CMYK
RGB Variations
Color information
#C4DC7E (or 0xC4DC7E) is known color: Sulu. HEX triplet: C4, DC and 7E. RGB value is (196,220,126). Sum of RGB (Red+Green+Blue) = 196+220+126=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC7E is #3B2381. Grayscale: #CACACA. Windows color (decimal): -3875714 or 8314052. OLE color: 8314052.
HSL color Cylindrical-coordinate representation of color #C4DC7E: hue angle of 75.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4DC7E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 126 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.14 |
| HSL | 75.32º | 0.57% | 0.68% | - |
| HSV(B) | 75.32º | 0.43% | 0.86% | - |
| XYZ | 52.12 | 64.43 | 29.43 | - |
| YUV | 202.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 126 | 0.11 | 0 | 0.43 | 0.14 | 75.32 | 0.57 | 0.68 |
| Hex | C4 | DC | 7E | B | 0 | 2B | E | 4B | 39 | 44 |
| Octal | 304 | 334 | 176 | 13 | 0 | 53 | 16 | 113 | 71 | 104 |
| Binary | 11000100 | 11011100 | 1111110 | 1011 | 0 | 101011 | 1110 | 1001011 | 111001 | 1000100 |
Color Harmonies of #C4DC7E
Complementary color
Monochromatic Colors of #C4DC7E
Black with #C4DC7E
Text Example
Text Example
White with #C4DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC7E; }
p { color: rgb(196,220,126); }
H1.HeaderClassName
{
color: #C4DC7E;
}
.AnyTagClassName
{
color: #C4DC7E;
}
</style>
background-color css
<style>
a { background-color: #C4DC7E; }
a { background-color: rgb(196,220,126); }
div.DivClassName
{
background-color: #C4DC7E;
}
.BgClassName
{
background-color: #C4DC7E;
}
</style>
border-color css
<style>
span { border-color: #C4DC7E; }
span { border-color: rgb(196,220,126); }
td.TdClassName
{
border-color: #C4DC7E;
}
.TagClassName
{
border-color: #C4DC7E;
}
</style>