Shades of Screamin' Green #82F34C
Tints of Screamin' Green #82F34C
RGB
CMYK
RGB Variations
Color information
#82F34C (or 0x82F34C) is known color: Screamin' Green. HEX triplet: 82, F3 and 4C. RGB value is (130,243,76). Sum of RGB (Red+Green+Blue) = 130+243+76=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #82F34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F34C is #7D0CB3. Grayscale: #BEBEBE. Windows color (decimal): -8195252 or 5043074. OLE color: 5043074.
HSL color Cylindrical-coordinate representation of color #82F34C: hue angle of 100.6º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82F34C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 76 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.05 |
| HSL | 100.6º | 0.87% | 0.63% | - |
| HSV(B) | 100.6º | 0.69% | 0.95% | - |
| XYZ | 42.56 | 69.37 | 17.98 | - |
| YUV | 190.18 | 63.56 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 76 | 0.47 | 0 | 0.69 | 0.05 | 100.6 | 0.87 | 0.63 |
| Hex | 82 | F3 | 4C | 2F | 0 | 45 | 5 | 65 | 57 | 3F |
| Octal | 202 | 363 | 114 | 57 | 0 | 105 | 5 | 145 | 127 | 77 |
| Binary | 10000010 | 11110011 | 1001100 | 101111 | 0 | 1000101 | 101 | 1100101 | 1010111 | 111111 |
Color Harmonies of #82F34C
Complementary color
Monochromatic Colors of #82F34C
Black with #82F34C
Text Example
Text Example
White with #82F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F34C; }
p { color: rgb(130,243,76); }
H1.HeaderClassName
{
color: #82F34C;
}
.AnyTagClassName
{
color: #82F34C;
}
</style>
background-color css
<style>
a { background-color: #82F34C; }
a { background-color: rgb(130,243,76); }
div.DivClassName
{
background-color: #82F34C;
}
.BgClassName
{
background-color: #82F34C;
}
</style>
border-color css
<style>
span { border-color: #82F34C; }
span { border-color: rgb(130,243,76); }
td.TdClassName
{
border-color: #82F34C;
}
.TagClassName
{
border-color: #82F34C;
}
</style>