Shades of Sulu #C8E785
Tints of Sulu #C8E785
RGB
CMYK
RGB Variations
Color information
#C8E785 (or 0xC8E785) is known color: Sulu. HEX triplet: C8, E7 and 85. RGB value is (200,231,133). Sum of RGB (Red+Green+Blue) = 200+231+133=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E785 is #37187A. Grayscale: #D2D2D2. Windows color (decimal): -3610747 or 8775624. OLE color: 8775624.
HSL color Cylindrical-coordinate representation of color #C8E785: hue angle of 78.98º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8E785 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 133 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.09 |
| HSL | 78.98º | 0.67% | 0.71% | - |
| HSV(B) | 78.98º | 0.42% | 0.91% | - |
| XYZ | 56.63 | 71.12 | 32.93 | - |
| YUV | 210.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 133 | 0.13 | 0 | 0.42 | 0.09 | 78.98 | 0.67 | 0.71 |
| Hex | C8 | E7 | 85 | D | 0 | 2A | 9 | 4F | 43 | 47 |
| Octal | 310 | 347 | 205 | 15 | 0 | 52 | 11 | 117 | 103 | 107 |
| Binary | 11001000 | 11100111 | 10000101 | 1101 | 0 | 101010 | 1001 | 1001111 | 1000011 | 1000111 |
Color Harmonies of #C8E785
Complementary color
Monochromatic Colors of #C8E785
Black with #C8E785
Text Example
Text Example
White with #C8E785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E785; }
p { color: rgb(200,231,133); }
H1.HeaderClassName
{
color: #C8E785;
}
.AnyTagClassName
{
color: #C8E785;
}
</style>
background-color css
<style>
a { background-color: #C8E785; }
a { background-color: rgb(200,231,133); }
div.DivClassName
{
background-color: #C8E785;
}
.BgClassName
{
background-color: #C8E785;
}
</style>
border-color css
<style>
span { border-color: #C8E785; }
span { border-color: rgb(200,231,133); }
td.TdClassName
{
border-color: #C8E785;
}
.TagClassName
{
border-color: #C8E785;
}
</style>