Shades of Screamin' Green #42FB6B
Tints of Screamin' Green #42FB6B
RGB
CMYK
RGB Variations
Color information
#42FB6B (or 0x42FB6B) is known color: Screamin' Green. HEX triplet: 42, FB and 6B. RGB value is (66,251,107). Sum of RGB (Red+Green+Blue) = 66+251+107=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FB6B is #BD0494. Grayscale: #B3B3B3. Windows color (decimal): -12387477 or 7076674. OLE color: 7076674.
HSL color Cylindrical-coordinate representation of color #42FB6B: hue angle of 133.3º degrees, saturation: 0.96, 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 #42FB6B is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 107 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.02 |
| HSL | 133.3º | 0.96% | 0.62% | - |
| HSV(B) | 133.3º | 0.74% | 0.98% | - |
| XYZ | 39.4 | 71.21 | 25.58 | - |
| YUV | 179.27 | 87.21 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 107 | 0.74 | 0 | 0.57 | 0.02 | 133.3 | 0.96 | 0.62 |
| Hex | 42 | FB | 6B | 4A | 0 | 39 | 2 | 85 | 60 | 3E |
| Octal | 102 | 373 | 153 | 112 | 0 | 71 | 2 | 205 | 140 | 76 |
| Binary | 1000010 | 11111011 | 1101011 | 1001010 | 0 | 111001 | 10 | 10000101 | 1100000 | 111110 |
Color Harmonies of #42FB6B
Complementary color
Monochromatic Colors of #42FB6B
Black with #42FB6B
Text Example
Text Example
White with #42FB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB6B; }
p { color: rgb(66,251,107); }
H1.HeaderClassName
{
color: #42FB6B;
}
.AnyTagClassName
{
color: #42FB6B;
}
</style>
background-color css
<style>
a { background-color: #42FB6B; }
a { background-color: rgb(66,251,107); }
div.DivClassName
{
background-color: #42FB6B;
}
.BgClassName
{
background-color: #42FB6B;
}
</style>
border-color css
<style>
span { border-color: #42FB6B; }
span { border-color: rgb(66,251,107); }
td.TdClassName
{
border-color: #42FB6B;
}
.TagClassName
{
border-color: #42FB6B;
}
</style>