Shades of Sulu #C4E570
Tints of Sulu #C4E570
RGB
CMYK
RGB Variations
Color information
#C4E570 (or 0xC4E570) is known color: Sulu. HEX triplet: C4, E5 and 70. RGB value is (196,229,112). Sum of RGB (Red+Green+Blue) = 196+229+112=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E570 is #3B1A8F. Grayscale: #CECECE. Windows color (decimal): -3873424 or 7398852. OLE color: 7398852.
HSL color Cylindrical-coordinate representation of color #C4E570: hue angle of 76.92º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4E570 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 112 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.10 |
| HSL | 76.92º | 0.69% | 0.67% | - |
| HSV(B) | 76.92º | 0.51% | 0.9% | - |
| XYZ | 53.71 | 68.94 | 25.81 | - |
| YUV | 205.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 112 | 0.14 | 0 | 0.51 | 0.10 | 76.92 | 0.69 | 0.67 |
| Hex | C4 | E5 | 70 | E | 0 | 33 | A | 4D | 45 | 43 |
| Octal | 304 | 345 | 160 | 16 | 0 | 63 | 12 | 115 | 105 | 103 |
| Binary | 11000100 | 11100101 | 1110000 | 1110 | 0 | 110011 | 1010 | 1001101 | 1000101 | 1000011 |
Color Harmonies of #C4E570
Complementary color
Monochromatic Colors of #C4E570
Black with #C4E570
Text Example
Text Example
White with #C4E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E570; }
p { color: rgb(196,229,112); }
H1.HeaderClassName
{
color: #C4E570;
}
.AnyTagClassName
{
color: #C4E570;
}
</style>
background-color css
<style>
a { background-color: #C4E570; }
a { background-color: rgb(196,229,112); }
div.DivClassName
{
background-color: #C4E570;
}
.BgClassName
{
background-color: #C4E570;
}
</style>
border-color css
<style>
span { border-color: #C4E570; }
span { border-color: rgb(196,229,112); }
td.TdClassName
{
border-color: #C4E570;
}
.TagClassName
{
border-color: #C4E570;
}
</style>