Shades of Screamin' Green #42FD4B
Tints of Screamin' Green #42FD4B
RGB
CMYK
RGB Variations
Color information
#42FD4B (or 0x42FD4B) is known color: Screamin' Green. HEX triplet: 42, FD and 4B. RGB value is (66,253,75). Sum of RGB (Red+Green+Blue) = 66+253+75=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 253 (99.22% from 255 or 64.21% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FD4B is #BD02B4. Grayscale: #B1B1B1. Windows color (decimal): -12386997 or 4980034. OLE color: 4980034.
HSL color Cylindrical-coordinate representation of color #42FD4B: hue angle of 122.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FD4B is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 75 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.01 |
| HSL | 122.89º | 0.98% | 0.63% | - |
| HSV(B) | 122.89º | 0.74% | 0.99% | - |
| XYZ | 38.64 | 71.92 | 18.5 | - |
| YUV | 176.8 | 70.55 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 75 | 0.74 | 0 | 0.70 | 0.01 | 122.89 | 0.98 | 0.63 |
| Hex | 42 | FD | 4B | 4A | 0 | 46 | 1 | 7B | 62 | 3F |
| Octal | 102 | 375 | 113 | 112 | 0 | 106 | 1 | 173 | 142 | 77 |
| Binary | 1000010 | 11111101 | 1001011 | 1001010 | 0 | 1000110 | 1 | 1111011 | 1100010 | 111111 |
Color Harmonies of #42FD4B
Complementary color
Monochromatic Colors of #42FD4B
Black with #42FD4B
Text Example
Text Example
White with #42FD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FD4B; }
p { color: rgb(66,253,75); }
H1.HeaderClassName
{
color: #42FD4B;
}
.AnyTagClassName
{
color: #42FD4B;
}
</style>
background-color css
<style>
a { background-color: #42FD4B; }
a { background-color: rgb(66,253,75); }
div.DivClassName
{
background-color: #42FD4B;
}
.BgClassName
{
background-color: #42FD4B;
}
</style>
border-color css
<style>
span { border-color: #42FD4B; }
span { border-color: rgb(66,253,75); }
td.TdClassName
{
border-color: #42FD4B;
}
.TagClassName
{
border-color: #42FD4B;
}
</style>