#84fe0f

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

Shades of Chartreuse #84FE0F

Tints of Chartreuse #84FE0F

Color information

#84FE0F (or 0x84FE0F) is unknown color: approx Chartreuse. HEX triplet: 84, FE and 0F. RGB value is (132,254,15). Sum of RGB (Red+Green+Blue) = 132+254+15=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 254 (99.61% from 255 or 63.34% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FE0F is #7B01F0. Grayscale: #BFBFBF. Windows color (decimal): -8061425 or 1048196. OLE color: 1048196.

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

Color convert

RGB13225415-
CMYK0.4800.940.00
HSL90.63º99.17%52.75%-
HSV(B)90.63º94.09%99.61%-
XYZ45.0475.8212.71-
YUV190.2829.0886.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 254 (99.61% from 255) = 63.34%
BLUE value IS 15 (6.25% from 255) = 3.74%
R=32.92%
G=63.34%
B=3.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal132254150.4800.940.0090.6399.1752.75
Hex84FEF3005E05b6335
Octal20437617600136013314365
Binary1000010011111110111111000001011110010110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84fe0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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