Shades of Sulu #C4F174
Tints of Sulu #C4F174
RGB
CMYK
RGB Variations
Color information
#C4F174 (or 0xC4F174) is known color: Sulu. HEX triplet: C4, F1 and 74. RGB value is (196,241,116). Sum of RGB (Red+Green+Blue) = 196+241+116=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F174 is #3B0E8B. Grayscale: #D5D5D5. Windows color (decimal): -3870348 or 7664068. OLE color: 7664068.
HSL color Cylindrical-coordinate representation of color #C4F174: hue angle of 81.6º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4F174 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 116 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.05 |
| HSL | 81.6º | 0.82% | 0.7% | - |
| HSV(B) | 81.6º | 0.52% | 0.95% | - |
| XYZ | 57.37 | 75.91 | 28.15 | - |
| YUV | 213.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 116 | 0.19 | 0 | 0.52 | 0.05 | 81.6 | 0.82 | 0.7 |
| Hex | C4 | F1 | 74 | 13 | 0 | 34 | 5 | 52 | 52 | 46 |
| Octal | 304 | 361 | 164 | 23 | 0 | 64 | 5 | 122 | 122 | 106 |
| Binary | 11000100 | 11110001 | 1110100 | 10011 | 0 | 110100 | 101 | 1010010 | 1010010 | 1000110 |
Color Harmonies of #C4F174
Complementary color
Monochromatic Colors of #C4F174
Black with #C4F174
Text Example
Text Example
White with #C4F174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F174; }
p { color: rgb(196,241,116); }
H1.HeaderClassName
{
color: #C4F174;
}
.AnyTagClassName
{
color: #C4F174;
}
</style>
background-color css
<style>
a { background-color: #C4F174; }
a { background-color: rgb(196,241,116); }
div.DivClassName
{
background-color: #C4F174;
}
.BgClassName
{
background-color: #C4F174;
}
</style>
border-color css
<style>
span { border-color: #C4F174; }
span { border-color: rgb(196,241,116); }
td.TdClassName
{
border-color: #C4F174;
}
.TagClassName
{
border-color: #C4F174;
}
</style>