Shades of Sulu #C8E07B
Tints of Sulu #C8E07B
RGB
CMYK
RGB Variations
Color information
#C8E07B (or 0xC8E07B) is known color: Sulu. HEX triplet: C8, E0 and 7B. RGB value is (200,224,123). Sum of RGB (Red+Green+Blue) = 200+224+123=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E07B is #371F84. Grayscale: #CDCDCD. Windows color (decimal): -3612549 or 8118472. OLE color: 8118472.
HSL color Cylindrical-coordinate representation of color #C8E07B: hue angle of 74.26º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8E07B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 123 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.12 |
| HSL | 74.26º | 0.62% | 0.68% | - |
| HSV(B) | 74.26º | 0.45% | 0.88% | - |
| XYZ | 54.05 | 67.02 | 28.83 | - |
| YUV | 205.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 123 | 0.11 | 0 | 0.45 | 0.12 | 74.26 | 0.62 | 0.68 |
| Hex | C8 | E0 | 7B | B | 0 | 2D | C | 4A | 3E | 44 |
| Octal | 310 | 340 | 173 | 13 | 0 | 55 | 14 | 112 | 76 | 104 |
| Binary | 11001000 | 11100000 | 1111011 | 1011 | 0 | 101101 | 1100 | 1001010 | 111110 | 1000100 |
Color Harmonies of #C8E07B
Complementary color
Monochromatic Colors of #C8E07B
Black with #C8E07B
Text Example
Text Example
White with #C8E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E07B; }
p { color: rgb(200,224,123); }
H1.HeaderClassName
{
color: #C8E07B;
}
.AnyTagClassName
{
color: #C8E07B;
}
</style>
background-color css
<style>
a { background-color: #C8E07B; }
a { background-color: rgb(200,224,123); }
div.DivClassName
{
background-color: #C8E07B;
}
.BgClassName
{
background-color: #C8E07B;
}
</style>
border-color css
<style>
span { border-color: #C8E07B; }
span { border-color: rgb(200,224,123); }
td.TdClassName
{
border-color: #C8E07B;
}
.TagClassName
{
border-color: #C8E07B;
}
</style>