Html Css Color HEX #84FC01 Chartreuse

📋 copy color: '#84FC01'

red 132 ◦ green 252 ◦ blue 1

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

Shades of Chartreuse #84FC01

Tints of Chartreuse #84FC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 65.45%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 34.29%
G = 65.45%
B = 0.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#84FC01 (or 0x84FC01) is known color: Chartreuse. HEX triplet: 84, FC and 01. RGB value is (132,252,1). Sum of RGB (Red+Green+Blue) = 132+252+1=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 252 (98.83% from 255 or 65.45% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 252 - color contains mainly: green. Hex color #84FC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FC01 is #7B03FE. Grayscale: #BCBCBC. Windows color (decimal): -8061951 or 130180. OLE color: 130180.

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

Color convert

RGB 132 252 1 -
CMYK 0.48 0 1.00 0.01
HSL 88.69º 0.99% 0.5% -
HSV(B) 88.69º 1% 0.99% -
XYZ 44.33 74.53 12.08 -
YUV 187.51 22.74 88.41 -
System Red Green Blue C M Y K H S L
Decimal 132 252 1 0.48 0 1.00 0.01 88.69 0.99 0.5
Hex 84 FC 1 30 0 64 1 59 63 32
Octal 204 374 1 60 0 144 1 131 143 62
Binary 10000100 11111100 1 110000 0 1100100 1 1011001 1100011 110010

Color Harmonies of #84FC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FC01

Black with #84FC01

Text Example


Text Example

White with #84FC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,252,1); }

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

background-color css

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

 a { background-color: rgb(132,252,1); }

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

border-color css

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

 span { border-color: rgb(132,252,1); }

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