Html Css Color HEX #84F950 Screamin' Green

📋 copy color: '#84F950'

red 132 ◦ green 249 ◦ blue 80

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

Shades of Screamin' Green #84F950

Tints of Screamin' Green #84F950

RGB

 RED value IS 132 (51.95% from 255) = 28.63%

 GREEN value IS 249 (97.66% from 255) = 54.01%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 28.63%
G = 54.01%
B = 17.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#84F950 (or 0x84F950) is known color: Screamin' Green. HEX triplet: 84, F9 and 50. RGB value is (132,249,80). Sum of RGB (Red+Green+Blue) = 132+249+80=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #84F950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F950 is #7B06AF. Grayscale: #C3C3C3. Windows color (decimal): -8062640 or 5306756. OLE color: 5306756.

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

Color convert

RGB 132 249 80 -
CMYK 0.47 0 0.68 0.02
HSL 101.54º 0.93% 0.65% -
HSV(B) 101.54º 0.68% 0.98% -
XYZ 44.84 73.24 19.36 -
YUV 194.75 63.24 83.24 -
System Red Green Blue C M Y K H S L
Decimal 132 249 80 0.47 0 0.68 0.02 101.54 0.93 0.65
Hex 84 F9 50 2F 0 44 2 66 5D 41
Octal 204 371 120 57 0 104 2 146 135 101
Binary 10000100 11111001 1010000 101111 0 1000100 10 1100110 1011101 1000001

Color Harmonies of #84F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F950

Black with #84F950

Text Example


Text Example

White with #84F950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,249,80); }

 H1.HeaderClassName
 {
   color: #84F950;
 }
 .AnyTagClassName
 {
   color: #84F950;
 }
</style>

background-color css

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

 a { background-color: rgb(132,249,80); }

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

border-color css

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

 span { border-color: rgb(132,249,80); }

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