Shades of Screamin' Green #4CFF68
Tints of Screamin' Green #4CFF68
RGB
CMYK
RGB Variations
Color information
#4CFF68 (or 0x4CFF68) is known color: Screamin' Green. HEX triplet: 4C, FF and 68. RGB value is (76,255,104). Sum of RGB (Red+Green+Blue) = 76+255+104=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CFF68 is #B30097. Grayscale: #B8B8B8. Windows color (decimal): -11731096 or 6881100. OLE color: 6881100.
HSL color Cylindrical-coordinate representation of color #4CFF68: hue angle of 129.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFF68 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 104 | - |
| CMYK | 0.70 | 0 | 0.59 | 0 |
| HSL | 129.39º | 1% | 0.65% | - |
| HSV(B) | 129.39º | 0.7% | 1% | - |
| XYZ | 41.24 | 74.06 | 25.22 | - |
| YUV | 184.27 | 82.7 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 104 | 0.70 | 0 | 0.59 | 0 | 129.39 | 1 | 0.65 |
| Hex | 4C | FF | 68 | 46 | 0 | 3B | 0 | 81 | 64 | 41 |
| Octal | 114 | 377 | 150 | 106 | 0 | 73 | 0 | 201 | 144 | 101 |
| Binary | 1001100 | 11111111 | 1101000 | 1000110 | 0 | 111011 | 0 | 10000001 | 1100100 | 1000001 |
Color Harmonies of #4CFF68
Complementary color
Monochromatic Colors of #4CFF68
Black with #4CFF68
Text Example
Text Example
White with #4CFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF68; }
p { color: rgb(76,255,104); }
H1.HeaderClassName
{
color: #4CFF68;
}
.AnyTagClassName
{
color: #4CFF68;
}
</style>
background-color css
<style>
a { background-color: #4CFF68; }
a { background-color: rgb(76,255,104); }
div.DivClassName
{
background-color: #4CFF68;
}
.BgClassName
{
background-color: #4CFF68;
}
</style>
border-color css
<style>
span { border-color: #4CFF68; }
span { border-color: rgb(76,255,104); }
td.TdClassName
{
border-color: #4CFF68;
}
.TagClassName
{
border-color: #4CFF68;
}
</style>