Shades of Sulu #C5E574
Tints of Sulu #C5E574
RGB
CMYK
RGB Variations
Color information
#C5E574 (or 0xC5E574) is known color: Sulu. HEX triplet: C5, E5 and 74. RGB value is (197,229,116). Sum of RGB (Red+Green+Blue) = 197+229+116=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E574 is #3A1A8B. Grayscale: #CECECE. Windows color (decimal): -3807884 or 7660997. OLE color: 7660997.
HSL color Cylindrical-coordinate representation of color #C5E574: hue angle of 76.99º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5E574 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 116 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.10 |
| HSL | 76.99º | 0.68% | 0.68% | - |
| HSV(B) | 76.99º | 0.49% | 0.9% | - |
| XYZ | 54.2 | 69.17 | 27.02 | - |
| YUV | 206.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 116 | 0.14 | 0 | 0.49 | 0.10 | 76.99 | 0.68 | 0.68 |
| Hex | C5 | E5 | 74 | E | 0 | 31 | A | 4D | 44 | 44 |
| Octal | 305 | 345 | 164 | 16 | 0 | 61 | 12 | 115 | 104 | 104 |
| Binary | 11000101 | 11100101 | 1110100 | 1110 | 0 | 110001 | 1010 | 1001101 | 1000100 | 1000100 |
Color Harmonies of #C5E574
Complementary color
Monochromatic Colors of #C5E574
Black with #C5E574
Text Example
Text Example
White with #C5E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E574; }
p { color: rgb(197,229,116); }
H1.HeaderClassName
{
color: #C5E574;
}
.AnyTagClassName
{
color: #C5E574;
}
</style>
background-color css
<style>
a { background-color: #C5E574; }
a { background-color: rgb(197,229,116); }
div.DivClassName
{
background-color: #C5E574;
}
.BgClassName
{
background-color: #C5E574;
}
</style>
border-color css
<style>
span { border-color: #C5E574; }
span { border-color: rgb(197,229,116); }
td.TdClassName
{
border-color: #C5E574;
}
.TagClassName
{
border-color: #C5E574;
}
</style>