Shades of Sulu #C4E376
Tints of Sulu #C4E376
RGB
CMYK
RGB Variations
Color information
#C4E376 (or 0xC4E376) is known color: Sulu. HEX triplet: C4, E3 and 76. RGB value is (196,227,118). Sum of RGB (Red+Green+Blue) = 196+227+118=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #C4E376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E376 is #3B1C89. Grayscale: #CDCDCD. Windows color (decimal): -3873930 or 7791556. OLE color: 7791556.
HSL color Cylindrical-coordinate representation of color #C4E376: hue angle of 77.06º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4E376 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 227 | 118 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.11 |
| HSL | 77.06º | 0.66% | 0.68% | - |
| HSV(B) | 77.06º | 0.48% | 0.89% | - |
| XYZ | 53.5 | 67.98 | 27.44 | - |
| YUV | 205.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 227 | 118 | 0.14 | 0 | 0.48 | 0.11 | 77.06 | 0.66 | 0.68 |
| Hex | C4 | E3 | 76 | E | 0 | 30 | B | 4D | 42 | 44 |
| Octal | 304 | 343 | 166 | 16 | 0 | 60 | 13 | 115 | 102 | 104 |
| Binary | 11000100 | 11100011 | 1110110 | 1110 | 0 | 110000 | 1011 | 1001101 | 1000010 | 1000100 |
Color Harmonies of #C4E376
Complementary color
Monochromatic Colors of #C4E376
Black with #C4E376
Text Example
Text Example
White with #C4E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E376; }
p { color: rgb(196,227,118); }
H1.HeaderClassName
{
color: #C4E376;
}
.AnyTagClassName
{
color: #C4E376;
}
</style>
background-color css
<style>
a { background-color: #C4E376; }
a { background-color: rgb(196,227,118); }
div.DivClassName
{
background-color: #C4E376;
}
.BgClassName
{
background-color: #C4E376;
}
</style>
border-color css
<style>
span { border-color: #C4E376; }
span { border-color: rgb(196,227,118); }
td.TdClassName
{
border-color: #C4E376;
}
.TagClassName
{
border-color: #C4E376;
}
</style>