Shades of Sulu #C7E073
Tints of Sulu #C7E073
RGB
CMYK
RGB Variations
Color information
#C7E073 (or 0xC7E073) is known color: Sulu. HEX triplet: C7, E0 and 73. RGB value is (199,224,115). Sum of RGB (Red+Green+Blue) = 199+224+115=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E073 is #381F8C. Grayscale: #CCCCCC. Windows color (decimal): -3678093 or 7594183. OLE color: 7594183.
HSL color Cylindrical-coordinate representation of color #C7E073: hue angle of 73.76º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7E073 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 115 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.12 |
| HSL | 73.76º | 0.64% | 0.66% | - |
| HSV(B) | 73.76º | 0.49% | 0.88% | - |
| XYZ | 53.3 | 66.69 | 26.28 | - |
| YUV | 204.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 115 | 0.11 | 0 | 0.49 | 0.12 | 73.76 | 0.64 | 0.66 |
| Hex | C7 | E0 | 73 | B | 0 | 31 | C | 4A | 40 | 42 |
| Octal | 307 | 340 | 163 | 13 | 0 | 61 | 14 | 112 | 100 | 102 |
| Binary | 11000111 | 11100000 | 1110011 | 1011 | 0 | 110001 | 1100 | 1001010 | 1000000 | 1000010 |
Color Harmonies of #C7E073
Complementary color
Monochromatic Colors of #C7E073
Black with #C7E073
Text Example
Text Example
White with #C7E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E073; }
p { color: rgb(199,224,115); }
H1.HeaderClassName
{
color: #C7E073;
}
.AnyTagClassName
{
color: #C7E073;
}
</style>
background-color css
<style>
a { background-color: #C7E073; }
a { background-color: rgb(199,224,115); }
div.DivClassName
{
background-color: #C7E073;
}
.BgClassName
{
background-color: #C7E073;
}
</style>
border-color css
<style>
span { border-color: #C7E073; }
span { border-color: rgb(199,224,115); }
td.TdClassName
{
border-color: #C7E073;
}
.TagClassName
{
border-color: #C7E073;
}
</style>