Shades of Screamin' Green #4CF243
Tints of Screamin' Green #4CF243
RGB
CMYK
RGB Variations
Color information
#4CF243 (or 0x4CF243) is known color: Screamin' Green. HEX triplet: 4C, F2 and 43. RGB value is (76,242,67). Sum of RGB (Red+Green+Blue) = 76+242+67=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF243 is #B30DBC. Grayscale: #ACACAC. Windows color (decimal): -11734461 or 4452940. OLE color: 4452940.
HSL color Cylindrical-coordinate representation of color #4CF243: hue angle of 116.91º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CF243 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 67 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.05 |
| HSL | 116.91º | 0.87% | 0.61% | - |
| HSV(B) | 116.91º | 0.72% | 0.95% | - |
| XYZ | 35.75 | 65.45 | 16.06 | - |
| YUV | 172.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 67 | 0.69 | 0 | 0.72 | 0.05 | 116.91 | 0.87 | 0.61 |
| Hex | 4C | F2 | 43 | 45 | 0 | 48 | 5 | 75 | 57 | 3D |
| Octal | 114 | 362 | 103 | 105 | 0 | 110 | 5 | 165 | 127 | 75 |
| Binary | 1001100 | 11110010 | 1000011 | 1000101 | 0 | 1001000 | 101 | 1110101 | 1010111 | 111101 |
Color Harmonies of #4CF243
Complementary color
Monochromatic Colors of #4CF243
Black with #4CF243
Text Example
Text Example
White with #4CF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF243; }
p { color: rgb(76,242,67); }
H1.HeaderClassName
{
color: #4CF243;
}
.AnyTagClassName
{
color: #4CF243;
}
</style>
background-color css
<style>
a { background-color: #4CF243; }
a { background-color: rgb(76,242,67); }
div.DivClassName
{
background-color: #4CF243;
}
.BgClassName
{
background-color: #4CF243;
}
</style>
border-color css
<style>
span { border-color: #4CF243; }
span { border-color: rgb(76,242,67); }
td.TdClassName
{
border-color: #4CF243;
}
.TagClassName
{
border-color: #4CF243;
}
</style>