Shades of Sulu #C8E686
Tints of Sulu #C8E686
RGB
CMYK
RGB Variations
Color information
#C8E686 (or 0xC8E686) is known color: Sulu. HEX triplet: C8, E6 and 86. RGB value is (200,230,134). Sum of RGB (Red+Green+Blue) = 200+230+134=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E686 is #371979. Grayscale: #D2D2D2. Windows color (decimal): -3611002 or 8840904. OLE color: 8840904.
HSL color Cylindrical-coordinate representation of color #C8E686: hue angle of 78.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8E686 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 134 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.10 |
| HSL | 78.75º | 0.66% | 0.71% | - |
| HSV(B) | 78.75º | 0.42% | 0.9% | - |
| XYZ | 56.42 | 70.59 | 33.21 | - |
| YUV | 210.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 134 | 0.13 | 0 | 0.42 | 0.10 | 78.75 | 0.66 | 0.71 |
| Hex | C8 | E6 | 86 | D | 0 | 2A | A | 4F | 42 | 47 |
| Octal | 310 | 346 | 206 | 15 | 0 | 52 | 12 | 117 | 102 | 107 |
| Binary | 11001000 | 11100110 | 10000110 | 1101 | 0 | 101010 | 1010 | 1001111 | 1000010 | 1000111 |
Color Harmonies of #C8E686
Complementary color
Monochromatic Colors of #C8E686
Black with #C8E686
Text Example
Text Example
White with #C8E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E686; }
p { color: rgb(200,230,134); }
H1.HeaderClassName
{
color: #C8E686;
}
.AnyTagClassName
{
color: #C8E686;
}
</style>
background-color css
<style>
a { background-color: #C8E686; }
a { background-color: rgb(200,230,134); }
div.DivClassName
{
background-color: #C8E686;
}
.BgClassName
{
background-color: #C8E686;
}
</style>
border-color css
<style>
span { border-color: #C8E686; }
span { border-color: rgb(200,230,134); }
td.TdClassName
{
border-color: #C8E686;
}
.TagClassName
{
border-color: #C8E686;
}
</style>