Shades of Sulu #C5E380
Tints of Sulu #C5E380
RGB
CMYK
RGB Variations
Color information
#C5E380 (or 0xC5E380) is known color: Sulu. HEX triplet: C5, E3 and 80. RGB value is (197,227,128). Sum of RGB (Red+Green+Blue) = 197+227+128=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E380 is #3A1C7F. Grayscale: #CFCFCF. Windows color (decimal): -3808384 or 8446917. OLE color: 8446917.
HSL color Cylindrical-coordinate representation of color #C5E380: hue angle of 78.18º 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 #C5E380 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 128 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.11 |
| HSL | 78.18º | 0.64% | 0.7% | - |
| HSV(B) | 78.18º | 0.44% | 0.89% | - |
| XYZ | 54.39 | 68.37 | 30.75 | - |
| YUV | 206.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 128 | 0.13 | 0 | 0.44 | 0.11 | 78.18 | 0.64 | 0.7 |
| Hex | C5 | E3 | 80 | D | 0 | 2C | B | 4E | 40 | 46 |
| Octal | 305 | 343 | 200 | 15 | 0 | 54 | 13 | 116 | 100 | 106 |
| Binary | 11000101 | 11100011 | 10000000 | 1101 | 0 | 101100 | 1011 | 1001110 | 1000000 | 1000110 |
Color Harmonies of #C5E380
Complementary color
Monochromatic Colors of #C5E380
Black with #C5E380
Text Example
Text Example
White with #C5E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E380; }
p { color: rgb(197,227,128); }
H1.HeaderClassName
{
color: #C5E380;
}
.AnyTagClassName
{
color: #C5E380;
}
</style>
background-color css
<style>
a { background-color: #C5E380; }
a { background-color: rgb(197,227,128); }
div.DivClassName
{
background-color: #C5E380;
}
.BgClassName
{
background-color: #C5E380;
}
</style>
border-color css
<style>
span { border-color: #C5E380; }
span { border-color: rgb(197,227,128); }
td.TdClassName
{
border-color: #C5E380;
}
.TagClassName
{
border-color: #C5E380;
}
</style>