Shades of Screamin' Green #42FA69
Tints of Screamin' Green #42FA69
RGB
CMYK
RGB Variations
Color information
#42FA69 (or 0x42FA69) is known color: Screamin' Green. HEX triplet: 42, FA and 69. RGB value is (66,250,105). Sum of RGB (Red+Green+Blue) = 66+250+105=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA69 is #BD0596. Grayscale: #B2B2B2. Windows color (decimal): -12387735 or 6945346. OLE color: 6945346.
HSL color Cylindrical-coordinate representation of color #42FA69: hue angle of 132.72º 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 #42FA69 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 105 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.02 |
| HSL | 132.72º | 0.95% | 0.62% | - |
| HSV(B) | 132.72º | 0.74% | 0.98% | - |
| XYZ | 38.98 | 70.55 | 24.93 | - |
| YUV | 178.45 | 86.54 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 105 | 0.74 | 0 | 0.58 | 0.02 | 132.72 | 0.95 | 0.62 |
| Hex | 42 | FA | 69 | 4A | 0 | 3A | 2 | 85 | 5F | 3E |
| Octal | 102 | 372 | 151 | 112 | 0 | 72 | 2 | 205 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1101001 | 1001010 | 0 | 111010 | 10 | 10000101 | 1011111 | 111110 |
Color Harmonies of #42FA69
Complementary color
Monochromatic Colors of #42FA69
Black with #42FA69
Text Example
Text Example
White with #42FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA69; }
p { color: rgb(66,250,105); }
H1.HeaderClassName
{
color: #42FA69;
}
.AnyTagClassName
{
color: #42FA69;
}
</style>
background-color css
<style>
a { background-color: #42FA69; }
a { background-color: rgb(66,250,105); }
div.DivClassName
{
background-color: #42FA69;
}
.BgClassName
{
background-color: #42FA69;
}
</style>
border-color css
<style>
span { border-color: #42FA69; }
span { border-color: rgb(66,250,105); }
td.TdClassName
{
border-color: #42FA69;
}
.TagClassName
{
border-color: #42FA69;
}
</style>