Shades of Sulu #C8E07A
Tints of Sulu #C8E07A
RGB
CMYK
RGB Variations
Color information
#C8E07A (or 0xC8E07A) is known color: Sulu. HEX triplet: C8, E0 and 7A. RGB value is (200,224,122). Sum of RGB (Red+Green+Blue) = 200+224+122=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E07A is #371F85. Grayscale: #CDCDCD. Windows color (decimal): -3612550 or 8052936. OLE color: 8052936.
HSL color Cylindrical-coordinate representation of color #C8E07A: hue angle of 74.12º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8E07A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 122 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.12 |
| HSL | 74.12º | 0.62% | 0.68% | - |
| HSV(B) | 74.12º | 0.46% | 0.88% | - |
| XYZ | 53.99 | 67 | 28.5 | - |
| YUV | 205.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 122 | 0.11 | 0 | 0.46 | 0.12 | 74.12 | 0.62 | 0.68 |
| Hex | C8 | E0 | 7A | B | 0 | 2E | C | 4A | 3E | 44 |
| Octal | 310 | 340 | 172 | 13 | 0 | 56 | 14 | 112 | 76 | 104 |
| Binary | 11001000 | 11100000 | 1111010 | 1011 | 0 | 101110 | 1100 | 1001010 | 111110 | 1000100 |
Color Harmonies of #C8E07A
Complementary color
Monochromatic Colors of #C8E07A
Black with #C8E07A
Text Example
Text Example
White with #C8E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E07A; }
p { color: rgb(200,224,122); }
H1.HeaderClassName
{
color: #C8E07A;
}
.AnyTagClassName
{
color: #C8E07A;
}
</style>
background-color css
<style>
a { background-color: #C8E07A; }
a { background-color: rgb(200,224,122); }
div.DivClassName
{
background-color: #C8E07A;
}
.BgClassName
{
background-color: #C8E07A;
}
</style>
border-color css
<style>
span { border-color: #C8E07A; }
span { border-color: rgb(200,224,122); }
td.TdClassName
{
border-color: #C8E07A;
}
.TagClassName
{
border-color: #C8E07A;
}
</style>