Shades of Sulu #C8EB70
Tints of Sulu #C8EB70
RGB
CMYK
RGB Variations
Color information
#C8EB70 (or 0xC8EB70) is known color: Sulu. HEX triplet: C8, EB and 70. RGB value is (200,235,112). Sum of RGB (Red+Green+Blue) = 200+235+112=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EB70 is #37148F. Grayscale: #D2D2D2. Windows color (decimal): -3609744 or 7400392. OLE color: 7400392.
HSL color Cylindrical-coordinate representation of color #C8EB70: hue angle of 77.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8EB70 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 112 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.08 |
| HSL | 77.07º | 0.75% | 0.68% | - |
| HSV(B) | 77.07º | 0.52% | 0.92% | - |
| XYZ | 56.45 | 72.87 | 26.42 | - |
| YUV | 210.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 112 | 0.15 | 0 | 0.52 | 0.08 | 77.07 | 0.75 | 0.68 |
| Hex | C8 | EB | 70 | F | 0 | 34 | 8 | 4D | 4B | 44 |
| Octal | 310 | 353 | 160 | 17 | 0 | 64 | 10 | 115 | 113 | 104 |
| Binary | 11001000 | 11101011 | 1110000 | 1111 | 0 | 110100 | 1000 | 1001101 | 1001011 | 1000100 |
Color Harmonies of #C8EB70
Complementary color
Monochromatic Colors of #C8EB70
Black with #C8EB70
Text Example
Text Example
White with #C8EB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB70; }
p { color: rgb(200,235,112); }
H1.HeaderClassName
{
color: #C8EB70;
}
.AnyTagClassName
{
color: #C8EB70;
}
</style>
background-color css
<style>
a { background-color: #C8EB70; }
a { background-color: rgb(200,235,112); }
div.DivClassName
{
background-color: #C8EB70;
}
.BgClassName
{
background-color: #C8EB70;
}
</style>
border-color css
<style>
span { border-color: #C8EB70; }
span { border-color: rgb(200,235,112); }
td.TdClassName
{
border-color: #C8EB70;
}
.TagClassName
{
border-color: #C8EB70;
}
</style>