Shades of Sulu #C4FE74
Tints of Sulu #C4FE74
RGB
CMYK
RGB Variations
Color information
#C4FE74 (or 0xC4FE74) is known color: Sulu. HEX triplet: C4, FE and 74. RGB value is (196,254,116). Sum of RGB (Red+Green+Blue) = 196+254+116=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FE74 is #3B018B. Grayscale: #DDDDDD. Windows color (decimal): -3867020 or 7667396. OLE color: 7667396.
HSL color Cylindrical-coordinate representation of color #C4FE74: hue angle of 85.22º 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 #C4FE74 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 116 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.00 |
| HSL | 85.22º | 0.99% | 0.73% | - |
| HSV(B) | 85.22º | 0.54% | 1% | - |
| XYZ | 61.36 | 83.88 | 29.48 | - |
| YUV | 220.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 116 | 0.23 | 0 | 0.54 | 0.00 | 85.22 | 0.99 | 0.73 |
| Hex | C4 | FE | 74 | 17 | 0 | 36 | 0 | 55 | 63 | 49 |
| Octal | 304 | 376 | 164 | 27 | 0 | 66 | 0 | 125 | 143 | 111 |
| Binary | 11000100 | 11111110 | 1110100 | 10111 | 0 | 110110 | 0 | 1010101 | 1100011 | 1001001 |
Color Harmonies of #C4FE74
Complementary color
Monochromatic Colors of #C4FE74
Black with #C4FE74
Text Example
Text Example
White with #C4FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FE74; }
p { color: rgb(196,254,116); }
H1.HeaderClassName
{
color: #C4FE74;
}
.AnyTagClassName
{
color: #C4FE74;
}
</style>
background-color css
<style>
a { background-color: #C4FE74; }
a { background-color: rgb(196,254,116); }
div.DivClassName
{
background-color: #C4FE74;
}
.BgClassName
{
background-color: #C4FE74;
}
</style>
border-color css
<style>
span { border-color: #C4FE74; }
span { border-color: rgb(196,254,116); }
td.TdClassName
{
border-color: #C4FE74;
}
.TagClassName
{
border-color: #C4FE74;
}
</style>