Html Css Color HEX #84FA70 Screamin' Green

📋 copy color: '#84FA70'

red 132 ◦ green 250 ◦ blue 112

#84FA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #84FA70

Tints of Screamin' Green #84FA70

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 value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#84FA70 (or 0x84FA70) is known color: 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

RGB 132 250 112 -
CMYK 0.47 0 0.55 0.02
HSL 111.3º 0.93% 0.71% -
HSV(B) 111.3º 0.55% 0.98% -
XYZ 46.63 74.45 27.24 -
YUV 198.99 78.91 80.22 -
System Red Green Blue C M Y K H S L
Decimal 132 250 112 0.47 0 0.55 0.02 111.3 0.93 0.71
Hex 84 FA 70 2F 0 37 2 6F 5D 47
Octal 204 372 160 57 0 67 2 157 135 107
Binary 10000100 11111010 1110000 101111 0 110111 10 1101111 1011101 1000111

Color Harmonies of #84FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FA70

Black with #84FA70

Text Example


Text Example

White with #84FA70

Text Example


Text Example

HTML Codes & Css Web 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>