#84FA18

Color #84FA18 Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #84FA18

Tints of Chartreuse #84FA18

Color information

#84FA18 (or 0x84FA18) is unknown color: approx Chartreuse. HEX triplet: 84, FA and 18. RGB value is (132,250,24). Sum of RGB (Red+Green+Blue) = 132+250+24=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FA18 is #7B05E7. Grayscale: #BDBDBD. Windows color (decimal): -8062440 or 1636996. OLE color: 1636996.

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

Color convert

RGB13225024-
CMYK0.4700.900.02
HSL91.33º95.76%53.73%-
HSV(B)91.33º90.4%98.04%-
XYZ43.8773.3412.71-
YUV188.9534.9187.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 250 (98.05% from 255) = 61.58%
BLUE value IS 24 (9.77% from 255) = 5.91%
R=32.51%
G=61.58%
B=5.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132250240.4700.900.0291.3395.7653.73
Hex84FA182F05A25b6036
Octal20437230570132213314066
Binary100001001111101011000101111010110101010110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84FA18;
 }
 .AnyTagClassName
 {
   color: #84FA18;
 }
</style>
background-color css

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

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

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

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

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

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