#84FA70

Color #84FA70 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #84FA70

Tints of Screamin' Green #84FA70

Color information

#84FA70 (or 0x84FA70) is unknown color: approx Screamin' Green. HEX triplet: 84, FA and 70. RGB value is (132,250,112). Sum of RGB (Red+Green+Blue) = 132+250+112=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FA70 is #7B058F. Grayscale: #C7C7C7. Windows color (decimal): -8062352 or 7404164. OLE color: 7404164.

HSL color Cylindrical-coordinate representation of color #84FA70: hue angle of 111.3º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84FA70 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB132250112-
CMYK0.4700.550.02
HSL111.3º93.24%70.98%-
HSV(B)111.3º55.2%98.04%-
XYZ46.6374.4527.24-
YUV198.9978.9180.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 250 (98.05% from 255) = 50.61%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=26.72%
G=50.61%
B=22.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322501120.4700.550.02111.393.2470.98
Hex84FA702F03726f5d47
Octal204372160570672157135107
Binary10000100111110101110000101111011011110110111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84FA70; }

 p { color: rgb(132,250,112); }

 H1.HeaderClassName
 {
   color: #84FA70;
 }
 .AnyTagClassName
 {
   color: #84FA70;
 }
</style>
background-color css

<style>
 a { background-color: #84FA70; }

 a { background-color: rgb(132,250,112); }

 div.DivClassName
 {
   background-color: #84FA70;
 }
 .BgClassName
 {
   background-color: #84FA70;
 }
</style>
border-color css

<style>
 span { border-color: #84FA70; }

 span { border-color: rgb(132,250,112); }

 td.TdClassName
 {
   border-color: #84FA70;
 }
 .TagClassName
 {
   border-color: #84FA70;
 }
</style>