Shades of Sulu #C8E073
Tints of Sulu #C8E073
RGB
CMYK
RGB Variations
Color information
#C8E073 (or 0xC8E073) is known color: Sulu. HEX triplet: C8, E0 and 73. RGB value is (200,224,115). Sum of RGB (Red+Green+Blue) = 200+224+115=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E073 is #371F8C. Grayscale: #CCCCCC. Windows color (decimal): -3612557 or 7594184. OLE color: 7594184.
HSL color Cylindrical-coordinate representation of color #C8E073: hue angle of 73.21º 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 #C8E073 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 115 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.12 |
| HSL | 73.21º | 0.64% | 0.66% | - |
| HSV(B) | 73.21º | 0.49% | 0.88% | - |
| XYZ | 53.57 | 66.83 | 26.3 | - |
| YUV | 204.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 115 | 0.11 | 0 | 0.49 | 0.12 | 73.21 | 0.64 | 0.66 |
| Hex | C8 | E0 | 73 | B | 0 | 31 | C | 49 | 40 | 42 |
| Octal | 310 | 340 | 163 | 13 | 0 | 61 | 14 | 111 | 100 | 102 |
| Binary | 11001000 | 11100000 | 1110011 | 1011 | 0 | 110001 | 1100 | 1001001 | 1000000 | 1000010 |
Color Harmonies of #C8E073
Complementary color
Monochromatic Colors of #C8E073
Black with #C8E073
Text Example
Text Example
White with #C8E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E073; }
p { color: rgb(200,224,115); }
H1.HeaderClassName
{
color: #C8E073;
}
.AnyTagClassName
{
color: #C8E073;
}
</style>
background-color css
<style>
a { background-color: #C8E073; }
a { background-color: rgb(200,224,115); }
div.DivClassName
{
background-color: #C8E073;
}
.BgClassName
{
background-color: #C8E073;
}
</style>
border-color css
<style>
span { border-color: #C8E073; }
span { border-color: rgb(200,224,115); }
td.TdClassName
{
border-color: #C8E073;
}
.TagClassName
{
border-color: #C8E073;
}
</style>