Shades of Screamin' Green #42FA65
Tints of Screamin' Green #42FA65
RGB
CMYK
RGB Variations
Color information
#42FA65 (or 0x42FA65) is known color: Screamin' Green. HEX triplet: 42, FA and 65. RGB value is (66,250,101). Sum of RGB (Red+Green+Blue) = 66+250+101=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 250 (98.05% from 255 or 59.95% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA65 is #BD059A. Grayscale: #B2B2B2. Windows color (decimal): -12387739 or 6683202. OLE color: 6683202.
HSL color Cylindrical-coordinate representation of color #42FA65: hue angle of 131.41º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA65 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 101 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.02 |
| HSL | 131.41º | 0.95% | 0.62% | - |
| HSV(B) | 131.41º | 0.74% | 0.98% | - |
| XYZ | 38.78 | 70.47 | 23.87 | - |
| YUV | 178 | 84.54 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 101 | 0.74 | 0 | 0.60 | 0.02 | 131.41 | 0.95 | 0.62 |
| Hex | 42 | FA | 65 | 4A | 0 | 3C | 2 | 83 | 5F | 3E |
| Octal | 102 | 372 | 145 | 112 | 0 | 74 | 2 | 203 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1100101 | 1001010 | 0 | 111100 | 10 | 10000011 | 1011111 | 111110 |
Color Harmonies of #42FA65
Complementary color
Monochromatic Colors of #42FA65
Black with #42FA65
Text Example
Text Example
White with #42FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA65; }
p { color: rgb(66,250,101); }
H1.HeaderClassName
{
color: #42FA65;
}
.AnyTagClassName
{
color: #42FA65;
}
</style>
background-color css
<style>
a { background-color: #42FA65; }
a { background-color: rgb(66,250,101); }
div.DivClassName
{
background-color: #42FA65;
}
.BgClassName
{
background-color: #42FA65;
}
</style>
border-color css
<style>
span { border-color: #42FA65; }
span { border-color: rgb(66,250,101); }
td.TdClassName
{
border-color: #42FA65;
}
.TagClassName
{
border-color: #42FA65;
}
</style>