Html Css Color HEX #84FA50 Screamin' Green

📋 copy color: '#84FA50'

red 132 ◦ green 250 ◦ blue 80

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

Shades of Screamin' Green #84FA50

Tints of Screamin' Green #84FA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.11%

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

R = 28.57%
G = 54.11%
B = 17.32%

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

#84FA50 (or 0x84FA50) is known color: Screamin' Green. HEX triplet: 84, FA and 50. RGB value is (132,250,80). Sum of RGB (Red+Green+Blue) = 132+250+80=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FA50 is #7B05AF. Grayscale: #C3C3C3. Windows color (decimal): -8062384 or 5307012. OLE color: 5307012.

HSL color Cylindrical-coordinate representation of color #84FA50: hue angle of 101.65º degrees, saturation: 0.94, 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 #84FA50 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 250 80 -
CMYK 0.47 0 0.68 0.02
HSL 101.65º 0.94% 0.65% -
HSV(B) 101.65º 0.68% 0.98% -
XYZ 45.15 73.86 19.47 -
YUV 195.34 62.91 82.82 -
System Red Green Blue C M Y K H S L
Decimal 132 250 80 0.47 0 0.68 0.02 101.65 0.94 0.65
Hex 84 FA 50 2F 0 44 2 66 5E 41
Octal 204 372 120 57 0 104 2 146 136 101
Binary 10000100 11111010 1010000 101111 0 1000100 10 1100110 1011110 1000001

Color Harmonies of #84FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FA50

Black with #84FA50

Text Example


Text Example

White with #84FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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