Shades of Sulu #C5E774
Tints of Sulu #C5E774
RGB
CMYK
RGB Variations
Color information
#C5E774 (or 0xC5E774) is known color: Sulu. HEX triplet: C5, E7 and 74. RGB value is (197,231,116). Sum of RGB (Red+Green+Blue) = 197+231+116=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E774 is #3A188B. Grayscale: #D0D0D0. Windows color (decimal): -3807372 or 7661509. OLE color: 7661509.
HSL color Cylindrical-coordinate representation of color #C5E774: hue angle of 77.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5E774 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 116 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.09 |
| HSL | 77.74º | 0.71% | 0.68% | - |
| HSV(B) | 77.74º | 0.5% | 0.91% | - |
| XYZ | 54.75 | 70.28 | 27.2 | - |
| YUV | 207.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 116 | 0.15 | 0 | 0.50 | 0.09 | 77.74 | 0.71 | 0.68 |
| Hex | C5 | E7 | 74 | F | 0 | 32 | 9 | 4E | 47 | 44 |
| Octal | 305 | 347 | 164 | 17 | 0 | 62 | 11 | 116 | 107 | 104 |
| Binary | 11000101 | 11100111 | 1110100 | 1111 | 0 | 110010 | 1001 | 1001110 | 1000111 | 1000100 |
Color Harmonies of #C5E774
Complementary color
Monochromatic Colors of #C5E774
Black with #C5E774
Text Example
Text Example
White with #C5E774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E774; }
p { color: rgb(197,231,116); }
H1.HeaderClassName
{
color: #C5E774;
}
.AnyTagClassName
{
color: #C5E774;
}
</style>
background-color css
<style>
a { background-color: #C5E774; }
a { background-color: rgb(197,231,116); }
div.DivClassName
{
background-color: #C5E774;
}
.BgClassName
{
background-color: #C5E774;
}
</style>
border-color css
<style>
span { border-color: #C5E774; }
span { border-color: rgb(197,231,116); }
td.TdClassName
{
border-color: #C5E774;
}
.TagClassName
{
border-color: #C5E774;
}
</style>