Shades of Sulu #C8E670
Tints of Sulu #C8E670
RGB
CMYK
RGB Variations
Color information
#C8E670 (or 0xC8E670) is known color: Sulu. HEX triplet: C8, E6 and 70. RGB value is (200,230,112). Sum of RGB (Red+Green+Blue) = 200+230+112=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E670 is #37198F. Grayscale: #D0D0D0. Windows color (decimal): -3611024 or 7399112. OLE color: 7399112.
HSL color Cylindrical-coordinate representation of color #C8E670: hue angle of 75.25º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8E670 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 112 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.10 |
| HSL | 75.25º | 0.7% | 0.67% | - |
| HSV(B) | 75.25º | 0.51% | 0.9% | - |
| XYZ | 55.04 | 70.04 | 25.95 | - |
| YUV | 207.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 112 | 0.13 | 0 | 0.51 | 0.10 | 75.25 | 0.7 | 0.67 |
| Hex | C8 | E6 | 70 | D | 0 | 33 | A | 4B | 46 | 43 |
| Octal | 310 | 346 | 160 | 15 | 0 | 63 | 12 | 113 | 106 | 103 |
| Binary | 11001000 | 11100110 | 1110000 | 1101 | 0 | 110011 | 1010 | 1001011 | 1000110 | 1000011 |
Color Harmonies of #C8E670
Complementary color
Monochromatic Colors of #C8E670
Black with #C8E670
Text Example
Text Example
White with #C8E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E670; }
p { color: rgb(200,230,112); }
H1.HeaderClassName
{
color: #C8E670;
}
.AnyTagClassName
{
color: #C8E670;
}
</style>
background-color css
<style>
a { background-color: #C8E670; }
a { background-color: rgb(200,230,112); }
div.DivClassName
{
background-color: #C8E670;
}
.BgClassName
{
background-color: #C8E670;
}
</style>
border-color css
<style>
span { border-color: #C8E670; }
span { border-color: rgb(200,230,112); }
td.TdClassName
{
border-color: #C8E670;
}
.TagClassName
{
border-color: #C8E670;
}
</style>