Shades of Sulu #C3E370
Tints of Sulu #C3E370
RGB
CMYK
RGB Variations
Color information
#C3E370 (or 0xC3E370) is known color: Sulu. HEX triplet: C3, E3 and 70. RGB value is (195,227,112). Sum of RGB (Red+Green+Blue) = 195+227+112=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E370 is #3C1C8F. Grayscale: #CCCCCC. Windows color (decimal): -3939472 or 7398339. OLE color: 7398339.
HSL color Cylindrical-coordinate representation of color #C3E370: hue angle of 76.7º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3E370 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 112 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.11 |
| HSL | 76.7º | 0.67% | 0.66% | - |
| HSV(B) | 76.7º | 0.51% | 0.89% | - |
| XYZ | 52.9 | 67.71 | 25.61 | - |
| YUV | 204.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 112 | 0.14 | 0 | 0.51 | 0.11 | 76.7 | 0.67 | 0.66 |
| Hex | C3 | E3 | 70 | E | 0 | 33 | B | 4D | 43 | 42 |
| Octal | 303 | 343 | 160 | 16 | 0 | 63 | 13 | 115 | 103 | 102 |
| Binary | 11000011 | 11100011 | 1110000 | 1110 | 0 | 110011 | 1011 | 1001101 | 1000011 | 1000010 |
Color Harmonies of #C3E370
Complementary color
Monochromatic Colors of #C3E370
Black with #C3E370
Text Example
Text Example
White with #C3E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E370; }
p { color: rgb(195,227,112); }
H1.HeaderClassName
{
color: #C3E370;
}
.AnyTagClassName
{
color: #C3E370;
}
</style>
background-color css
<style>
a { background-color: #C3E370; }
a { background-color: rgb(195,227,112); }
div.DivClassName
{
background-color: #C3E370;
}
.BgClassName
{
background-color: #C3E370;
}
</style>
border-color css
<style>
span { border-color: #C3E370; }
span { border-color: rgb(195,227,112); }
td.TdClassName
{
border-color: #C3E370;
}
.TagClassName
{
border-color: #C3E370;
}
</style>