Shades of Sulu #C8E07F
Tints of Sulu #C8E07F
RGB
CMYK
RGB Variations
Color information
#C8E07F (or 0xC8E07F) is known color: Sulu. HEX triplet: C8, E0 and 7F. RGB value is (200,224,127). Sum of RGB (Red+Green+Blue) = 200+224+127=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E07F is #371F80. Grayscale: #CECECE. Windows color (decimal): -3612545 or 8380616. OLE color: 8380616.
HSL color Cylindrical-coordinate representation of color #C8E07F: hue angle of 74.85º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8E07F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 127 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.12 |
| HSL | 74.85º | 0.61% | 0.69% | - |
| HSV(B) | 74.85º | 0.43% | 0.88% | - |
| XYZ | 54.31 | 67.12 | 30.17 | - |
| YUV | 205.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 127 | 0.11 | 0 | 0.43 | 0.12 | 74.85 | 0.61 | 0.69 |
| Hex | C8 | E0 | 7F | B | 0 | 2B | C | 4B | 3D | 45 |
| Octal | 310 | 340 | 177 | 13 | 0 | 53 | 14 | 113 | 75 | 105 |
| Binary | 11001000 | 11100000 | 1111111 | 1011 | 0 | 101011 | 1100 | 1001011 | 111101 | 1000101 |
Color Harmonies of #C8E07F
Complementary color
Monochromatic Colors of #C8E07F
Black with #C8E07F
Text Example
Text Example
White with #C8E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E07F; }
p { color: rgb(200,224,127); }
H1.HeaderClassName
{
color: #C8E07F;
}
.AnyTagClassName
{
color: #C8E07F;
}
</style>
background-color css
<style>
a { background-color: #C8E07F; }
a { background-color: rgb(200,224,127); }
div.DivClassName
{
background-color: #C8E07F;
}
.BgClassName
{
background-color: #C8E07F;
}
</style>
border-color css
<style>
span { border-color: #C8E07F; }
span { border-color: rgb(200,224,127); }
td.TdClassName
{
border-color: #C8E07F;
}
.TagClassName
{
border-color: #C8E07F;
}
</style>