#84F920

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

Shades of Chartreuse #84F920

Tints of Chartreuse #84F920

Color information

#84F920 (or 0x84F920) is unknown color: approx Chartreuse. HEX triplet: 84, F9 and 20. RGB value is (132,249,32). Sum of RGB (Red+Green+Blue) = 132+249+32=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 249 (97.66% from 255 or 60.29% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 249 - color contains mainly: green. Hex color #84F920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F920 is #7B06DF. Grayscale: #BEBEBE. Windows color (decimal): -8062688 or 2161028. OLE color: 2161028.

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

Color convert

RGB13224932-
CMYK0.4700.870.02
HSL92.35º94.76%55.1%-
HSV(B)92.35º87.15%97.65%-
XYZ43.6572.7613.11-
YUV189.2839.2487.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 249 (97.66% from 255) = 60.29%
BLUE value IS 32 (12.89% from 255) = 7.75%
R=31.96%
G=60.29%
B=7.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132249320.4700.870.0292.3594.7655.1
Hex84F9202F05725c5f37
Octal20437140570127213413767
Binary1000010011111001100000101111010101111010111001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,249,32); }

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

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

 a { background-color: rgb(132,249,32); }

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

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

 span { border-color: rgb(132,249,32); }

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