#84FF70

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

Shades of Screamin' Green #84FF70

Tints of Screamin' Green #84FF70

Color information

#84FF70 (or 0x84FF70) is unknown color: approx Screamin' Green. HEX triplet: 84, FF and 70. RGB value is (132,255,112). Sum of RGB (Red+Green+Blue) = 132+255+112=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FF70 is #7B008F. Grayscale: #CACACA. Windows color (decimal): -8061072 or 7405444. OLE color: 7405444.

HSL color Cylindrical-coordinate representation of color #84FF70: hue angle of 111.61º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84FF70 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB132255112-
CMYK0.4800.560
HSL111.61º100%71.96%-
HSV(B)111.61º56.08%100%-
XYZ48.277.627.77-
YUV201.9277.2578.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.45%
GREEN value IS 255 (100% from 255) = 51.10%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=26.45%
G=51.10%
B=22.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322551120.4800.560111.6110071.96
Hex84FF70300380706448
Octal204377160600700160144110
Binary1000010011111111111000011000001110000111000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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