Html Css Color HEX #84FE12 Chartreuse

📋 copy color: '#84FE12'

red 132 ◦ green 254 ◦ blue 18

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

Shades of Chartreuse #84FE12

Tints of Chartreuse #84FE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 62.87%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 32.67%
G = 62.87%
B = 4.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#84FE12 (or 0x84FE12) is known color: Chartreuse. HEX triplet: 84, FE and 12. RGB value is (132,254,18). Sum of RGB (Red+Green+Blue) = 132+254+18=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 254 (99.61% from 255 or 62.87% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FE12 is #7B01ED. Grayscale: #BFBFBF. Windows color (decimal): -8061422 or 1244804. OLE color: 1244804.

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

Color convert

RGB 132 254 18 -
CMYK 0.48 0 0.93 0.00
HSL 91.02º 0.99% 0.53% -
HSV(B) 91.02º 0.93% 1% -
XYZ 45.07 75.83 12.83 -
YUV 190.62 30.58 86.19 -
System Red Green Blue C M Y K H S L
Decimal 132 254 18 0.48 0 0.93 0.00 91.02 0.99 0.53
Hex 84 FE 12 30 0 5D 0 5B 63 35
Octal 204 376 22 60 0 135 0 133 143 65
Binary 10000100 11111110 10010 110000 0 1011101 0 1011011 1100011 110101

Color Harmonies of #84FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FE12

Black with #84FE12

Text Example


Text Example

White with #84FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,254,18); }

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

background-color css

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

 a { background-color: rgb(132,254,18); }

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

border-color css

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

 span { border-color: rgb(132,254,18); }

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