Shades of Sulu #C8E380
Tints of Sulu #C8E380
RGB
CMYK
RGB Variations
Color information
#C8E380 (or 0xC8E380) is known color: Sulu. HEX triplet: C8, E3 and 80. RGB value is (200,227,128). Sum of RGB (Red+Green+Blue) = 200+227+128=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E380 is #371C7F. Grayscale: #D0D0D0. Windows color (decimal): -3611776 or 8446920. OLE color: 8446920.
HSL color Cylindrical-coordinate representation of color #C8E380: hue angle of 76.36º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8E380 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 128 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.11 |
| HSL | 76.36º | 0.64% | 0.7% | - |
| HSV(B) | 76.36º | 0.44% | 0.89% | - |
| XYZ | 55.18 | 68.78 | 30.79 | - |
| YUV | 207.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 128 | 0.12 | 0 | 0.44 | 0.11 | 76.36 | 0.64 | 0.7 |
| Hex | C8 | E3 | 80 | C | 0 | 2C | B | 4C | 40 | 46 |
| Octal | 310 | 343 | 200 | 14 | 0 | 54 | 13 | 114 | 100 | 106 |
| Binary | 11001000 | 11100011 | 10000000 | 1100 | 0 | 101100 | 1011 | 1001100 | 1000000 | 1000110 |
Color Harmonies of #C8E380
Complementary color
Monochromatic Colors of #C8E380
Black with #C8E380
Text Example
Text Example
White with #C8E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E380; }
p { color: rgb(200,227,128); }
H1.HeaderClassName
{
color: #C8E380;
}
.AnyTagClassName
{
color: #C8E380;
}
</style>
background-color css
<style>
a { background-color: #C8E380; }
a { background-color: rgb(200,227,128); }
div.DivClassName
{
background-color: #C8E380;
}
.BgClassName
{
background-color: #C8E380;
}
</style>
border-color css
<style>
span { border-color: #C8E380; }
span { border-color: rgb(200,227,128); }
td.TdClassName
{
border-color: #C8E380;
}
.TagClassName
{
border-color: #C8E380;
}
</style>