Shades of Screamin' Green #42FA67
Tints of Screamin' Green #42FA67
RGB
CMYK
RGB Variations
Color information
#42FA67 (or 0x42FA67) is known color: Screamin' Green. HEX triplet: 42, FA and 67. RGB value is (66,250,103). Sum of RGB (Red+Green+Blue) = 66+250+103=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA67 is #BD0598. Grayscale: #B2B2B2. Windows color (decimal): -12387737 or 6814274. OLE color: 6814274.
HSL color Cylindrical-coordinate representation of color #42FA67: hue angle of 132.07º 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 #42FA67 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 103 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.02 |
| HSL | 132.07º | 0.95% | 0.62% | - |
| HSV(B) | 132.07º | 0.74% | 0.98% | - |
| XYZ | 38.88 | 70.51 | 24.39 | - |
| YUV | 178.23 | 85.54 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 103 | 0.74 | 0 | 0.59 | 0.02 | 132.07 | 0.95 | 0.62 |
| Hex | 42 | FA | 67 | 4A | 0 | 3B | 2 | 84 | 5F | 3E |
| Octal | 102 | 372 | 147 | 112 | 0 | 73 | 2 | 204 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1100111 | 1001010 | 0 | 111011 | 10 | 10000100 | 1011111 | 111110 |
Color Harmonies of #42FA67
Complementary color
Monochromatic Colors of #42FA67
Black with #42FA67
Text Example
Text Example
White with #42FA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA67; }
p { color: rgb(66,250,103); }
H1.HeaderClassName
{
color: #42FA67;
}
.AnyTagClassName
{
color: #42FA67;
}
</style>
background-color css
<style>
a { background-color: #42FA67; }
a { background-color: rgb(66,250,103); }
div.DivClassName
{
background-color: #42FA67;
}
.BgClassName
{
background-color: #42FA67;
}
</style>
border-color css
<style>
span { border-color: #42FA67; }
span { border-color: rgb(66,250,103); }
td.TdClassName
{
border-color: #42FA67;
}
.TagClassName
{
border-color: #42FA67;
}
</style>