Shades of Sulu #C5EA74
Tints of Sulu #C5EA74
RGB
CMYK
RGB Variations
Color information
#C5EA74 (or 0xC5EA74) is known color: Sulu. HEX triplet: C5, EA and 74. RGB value is (197,234,116). Sum of RGB (Red+Green+Blue) = 197+234+116=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA74 is #3A158B. Grayscale: #D1D1D1. Windows color (decimal): -3806604 or 7662277. OLE color: 7662277.
HSL color Cylindrical-coordinate representation of color #C5EA74: hue angle of 78.81º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5EA74 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 116 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.08 |
| HSL | 78.81º | 0.74% | 0.69% | - |
| HSV(B) | 78.81º | 0.5% | 0.92% | - |
| XYZ | 55.6 | 71.98 | 27.49 | - |
| YUV | 209.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 116 | 0.16 | 0 | 0.50 | 0.08 | 78.81 | 0.74 | 0.69 |
| Hex | C5 | EA | 74 | 10 | 0 | 32 | 8 | 4F | 4A | 45 |
| Octal | 305 | 352 | 164 | 20 | 0 | 62 | 10 | 117 | 112 | 105 |
| Binary | 11000101 | 11101010 | 1110100 | 10000 | 0 | 110010 | 1000 | 1001111 | 1001010 | 1000101 |
Color Harmonies of #C5EA74
Complementary color
Monochromatic Colors of #C5EA74
Black with #C5EA74
Text Example
Text Example
White with #C5EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA74; }
p { color: rgb(197,234,116); }
H1.HeaderClassName
{
color: #C5EA74;
}
.AnyTagClassName
{
color: #C5EA74;
}
</style>
background-color css
<style>
a { background-color: #C5EA74; }
a { background-color: rgb(197,234,116); }
div.DivClassName
{
background-color: #C5EA74;
}
.BgClassName
{
background-color: #C5EA74;
}
</style>
border-color css
<style>
span { border-color: #C5EA74; }
span { border-color: rgb(197,234,116); }
td.TdClassName
{
border-color: #C5EA74;
}
.TagClassName
{
border-color: #C5EA74;
}
</style>