Shades of Screamin' Green #4CF26B
Tints of Screamin' Green #4CF26B
RGB
CMYK
RGB Variations
Color information
#4CF26B (or 0x4CF26B) is known color: Screamin' Green. HEX triplet: 4C, F2 and 6B. RGB value is (76,242,107). Sum of RGB (Red+Green+Blue) = 76+242+107=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF26B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF26B is #B30D94. Grayscale: #B1B1B1. Windows color (decimal): -11734421 or 7074380. OLE color: 7074380.
HSL color Cylindrical-coordinate representation of color #4CF26B: hue angle of 131.2º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF26B is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 107 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.05 |
| HSL | 131.2º | 0.86% | 0.62% | - |
| HSV(B) | 131.2º | 0.69% | 0.95% | - |
| XYZ | 37.39 | 66.1 | 24.7 | - |
| YUV | 176.98 | 88.5 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 107 | 0.69 | 0 | 0.56 | 0.05 | 131.2 | 0.86 | 0.62 |
| Hex | 4C | F2 | 6B | 45 | 0 | 38 | 5 | 83 | 56 | 3E |
| Octal | 114 | 362 | 153 | 105 | 0 | 70 | 5 | 203 | 126 | 76 |
| Binary | 1001100 | 11110010 | 1101011 | 1000101 | 0 | 111000 | 101 | 10000011 | 1010110 | 111110 |
Color Harmonies of #4CF26B
Complementary color
Monochromatic Colors of #4CF26B
Black with #4CF26B
Text Example
Text Example
White with #4CF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF26B; }
p { color: rgb(76,242,107); }
H1.HeaderClassName
{
color: #4CF26B;
}
.AnyTagClassName
{
color: #4CF26B;
}
</style>
background-color css
<style>
a { background-color: #4CF26B; }
a { background-color: rgb(76,242,107); }
div.DivClassName
{
background-color: #4CF26B;
}
.BgClassName
{
background-color: #4CF26B;
}
</style>
border-color css
<style>
span { border-color: #4CF26B; }
span { border-color: rgb(76,242,107); }
td.TdClassName
{
border-color: #4CF26B;
}
.TagClassName
{
border-color: #4CF26B;
}
</style>