Shades of Sulu #C3E076
Tints of Sulu #C3E076
RGB
CMYK
RGB Variations
Color information
#C3E076 (or 0xC3E076) is known color: Sulu. HEX triplet: C3, E0 and 76. RGB value is (195,224,118). Sum of RGB (Red+Green+Blue) = 195+224+118=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E076 is #3C1F89. Grayscale: #CBCBCB. Windows color (decimal): -3940234 or 7790787. OLE color: 7790787.
HSL color Cylindrical-coordinate representation of color #C3E076: hue angle of 76.42º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3E076 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 118 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.12 |
| HSL | 76.42º | 0.63% | 0.67% | - |
| HSV(B) | 76.42º | 0.47% | 0.88% | - |
| XYZ | 52.43 | 66.22 | 27.16 | - |
| YUV | 203.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 118 | 0.13 | 0 | 0.47 | 0.12 | 76.42 | 0.63 | 0.67 |
| Hex | C3 | E0 | 76 | D | 0 | 2F | C | 4C | 3F | 43 |
| Octal | 303 | 340 | 166 | 15 | 0 | 57 | 14 | 114 | 77 | 103 |
| Binary | 11000011 | 11100000 | 1110110 | 1101 | 0 | 101111 | 1100 | 1001100 | 111111 | 1000011 |
Color Harmonies of #C3E076
Complementary color
Monochromatic Colors of #C3E076
Black with #C3E076
Text Example
Text Example
White with #C3E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E076; }
p { color: rgb(195,224,118); }
H1.HeaderClassName
{
color: #C3E076;
}
.AnyTagClassName
{
color: #C3E076;
}
</style>
background-color css
<style>
a { background-color: #C3E076; }
a { background-color: rgb(195,224,118); }
div.DivClassName
{
background-color: #C3E076;
}
.BgClassName
{
background-color: #C3E076;
}
</style>
border-color css
<style>
span { border-color: #C3E076; }
span { border-color: rgb(195,224,118); }
td.TdClassName
{
border-color: #C3E076;
}
.TagClassName
{
border-color: #C3E076;
}
</style>