Html Css Color HEX #84FA22 Chartreuse

📋 copy color: '#84FA22'

red 132 ◦ green 250 ◦ blue 34

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

Shades of Chartreuse #84FA22

Tints of Chartreuse #84FA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 31.73%
G = 60.1%
B = 8.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#84FA22 (or 0x84FA22) is known color: Chartreuse. HEX triplet: 84, FA and 22. RGB value is (132,250,34). Sum of RGB (Red+Green+Blue) = 132+250+34=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA22 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FA22 is #7B05DD. Grayscale: #BEBEBE. Windows color (decimal): -8062430 or 2292356. OLE color: 2292356.

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

Color convert

RGB 132 250 34 -
CMYK 0.47 0 0.86 0.02
HSL 92.78º 0.96% 0.56% -
HSV(B) 92.78º 0.86% 0.98% -
XYZ 43.99 73.39 13.36 -
YUV 190.09 39.91 86.56 -
System Red Green Blue C M Y K H S L
Decimal 132 250 34 0.47 0 0.86 0.02 92.78 0.96 0.56
Hex 84 FA 22 2F 0 56 2 5D 60 38
Octal 204 372 42 57 0 126 2 135 140 70
Binary 10000100 11111010 100010 101111 0 1010110 10 1011101 1100000 111000

Color Harmonies of #84FA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FA22

Black with #84FA22

Text Example


Text Example

White with #84FA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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