Shades of Sulu #C3E078
Tints of Sulu #C3E078
RGB
CMYK
RGB Variations
Color information
#C3E078 (or 0xC3E078) is known color: Sulu. HEX triplet: C3, E0 and 78. RGB value is (195,224,120). Sum of RGB (Red+Green+Blue) = 195+224+120=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E078 is #3C1F87. Grayscale: #CBCBCB. Windows color (decimal): -3940232 or 7921859. OLE color: 7921859.
HSL color Cylindrical-coordinate representation of color #C3E078: hue angle of 76.73º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3E078 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 120 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.12 |
| HSL | 76.73º | 0.63% | 0.67% | - |
| HSV(B) | 76.73º | 0.46% | 0.88% | - |
| XYZ | 52.55 | 66.27 | 27.79 | - |
| YUV | 203.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 120 | 0.13 | 0 | 0.46 | 0.12 | 76.73 | 0.63 | 0.67 |
| Hex | C3 | E0 | 78 | D | 0 | 2E | C | 4D | 3F | 43 |
| Octal | 303 | 340 | 170 | 15 | 0 | 56 | 14 | 115 | 77 | 103 |
| Binary | 11000011 | 11100000 | 1111000 | 1101 | 0 | 101110 | 1100 | 1001101 | 111111 | 1000011 |
Color Harmonies of #C3E078
Complementary color
Monochromatic Colors of #C3E078
Black with #C3E078
Text Example
Text Example
White with #C3E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E078; }
p { color: rgb(195,224,120); }
H1.HeaderClassName
{
color: #C3E078;
}
.AnyTagClassName
{
color: #C3E078;
}
</style>
background-color css
<style>
a { background-color: #C3E078; }
a { background-color: rgb(195,224,120); }
div.DivClassName
{
background-color: #C3E078;
}
.BgClassName
{
background-color: #C3E078;
}
</style>
border-color css
<style>
span { border-color: #C3E078; }
span { border-color: rgb(195,224,120); }
td.TdClassName
{
border-color: #C3E078;
}
.TagClassName
{
border-color: #C3E078;
}
</style>