#84FD02

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

Shades of Chartreuse #84FD02

Tints of Chartreuse #84FD02

Color information

#84FD02 (or 0x84FD02) is unknown color: approx Chartreuse. HEX triplet: 84, FD and 02. RGB value is (132,253,2). Sum of RGB (Red+Green+Blue) = 132+253+2=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #84FD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FD02 is #7B02FD. Grayscale: #BDBDBD. Windows color (decimal): -8061694 or 195972. OLE color: 195972.

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

Color convert

RGB1322532-
CMYK0.4800.990.01
HSL88.92º98.43%50%-
HSV(B)88.92º99.21%99.22%-
XYZ44.6575.1612.21-
YUV188.2122.9187.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 253 (99.22% from 255) = 65.37%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=34.11%
G=65.37%
B=0.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal13225320.4800.990.0188.9298.4350
Hex84FD2300631596232
Octal2043752600143113114262
Binary10000100111111011011000001100011110110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,253,2); }

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

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

 a { background-color: rgb(132,253,2); }

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

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

 span { border-color: rgb(132,253,2); }

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