Shades of Sulu #C0E074
Tints of Sulu #C0E074
RGB
CMYK
RGB Variations
Color information
#C0E074 (or 0xC0E074) is known color: Sulu. HEX triplet: C0, E0 and 74. RGB value is (192,224,116). Sum of RGB (Red+Green+Blue) = 192+224+116=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E074 is #3F1F8B. Grayscale: #CACACA. Windows color (decimal): -4136844 or 7659712. OLE color: 7659712.
HSL color Cylindrical-coordinate representation of color #C0E074: hue angle of 77.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0E074 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 116 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.12 |
| HSL | 77.78º | 0.64% | 0.67% | - |
| HSV(B) | 77.78º | 0.48% | 0.88% | - |
| XYZ | 51.55 | 65.78 | 26.5 | - |
| YUV | 202.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 116 | 0.14 | 0 | 0.48 | 0.12 | 77.78 | 0.64 | 0.67 |
| Hex | C0 | E0 | 74 | E | 0 | 30 | C | 4E | 40 | 43 |
| Octal | 300 | 340 | 164 | 16 | 0 | 60 | 14 | 116 | 100 | 103 |
| Binary | 11000000 | 11100000 | 1110100 | 1110 | 0 | 110000 | 1100 | 1001110 | 1000000 | 1000011 |
Color Harmonies of #C0E074
Complementary color
Monochromatic Colors of #C0E074
Black with #C0E074
Text Example
Text Example
White with #C0E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E074; }
p { color: rgb(192,224,116); }
H1.HeaderClassName
{
color: #C0E074;
}
.AnyTagClassName
{
color: #C0E074;
}
</style>
background-color css
<style>
a { background-color: #C0E074; }
a { background-color: rgb(192,224,116); }
div.DivClassName
{
background-color: #C0E074;
}
.BgClassName
{
background-color: #C0E074;
}
</style>
border-color css
<style>
span { border-color: #C0E074; }
span { border-color: rgb(192,224,116); }
td.TdClassName
{
border-color: #C0E074;
}
.TagClassName
{
border-color: #C0E074;
}
</style>