Shades of Sulu #C5FE74
Tints of Sulu #C5FE74
RGB
CMYK
RGB Variations
Color information
#C5FE74 (or 0xC5FE74) is known color: Sulu. HEX triplet: C5, FE and 74. RGB value is (197,254,116). Sum of RGB (Red+Green+Blue) = 197+254+116=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FE74 is #3A018B. Grayscale: #DDDDDD. Windows color (decimal): -3801484 or 7667397. OLE color: 7667397.
HSL color Cylindrical-coordinate representation of color #C5FE74: hue angle of 84.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5FE74 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 116 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.00 |
| HSL | 84.78º | 0.99% | 0.73% | - |
| HSV(B) | 84.78º | 0.54% | 1% | - |
| XYZ | 61.62 | 84.01 | 29.49 | - |
| YUV | 221.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 116 | 0.22 | 0 | 0.54 | 0.00 | 84.78 | 0.99 | 0.73 |
| Hex | C5 | FE | 74 | 16 | 0 | 36 | 0 | 55 | 63 | 49 |
| Octal | 305 | 376 | 164 | 26 | 0 | 66 | 0 | 125 | 143 | 111 |
| Binary | 11000101 | 11111110 | 1110100 | 10110 | 0 | 110110 | 0 | 1010101 | 1100011 | 1001001 |
Color Harmonies of #C5FE74
Complementary color
Monochromatic Colors of #C5FE74
Black with #C5FE74
Text Example
Text Example
White with #C5FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE74; }
p { color: rgb(197,254,116); }
H1.HeaderClassName
{
color: #C5FE74;
}
.AnyTagClassName
{
color: #C5FE74;
}
</style>
background-color css
<style>
a { background-color: #C5FE74; }
a { background-color: rgb(197,254,116); }
div.DivClassName
{
background-color: #C5FE74;
}
.BgClassName
{
background-color: #C5FE74;
}
</style>
border-color css
<style>
span { border-color: #C5FE74; }
span { border-color: rgb(197,254,116); }
td.TdClassName
{
border-color: #C5FE74;
}
.TagClassName
{
border-color: #C5FE74;
}
</style>