#84F28C

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

Shades of Light Green #84F28C

Tints of Light Green #84F28C

Color information

#84F28C (or 0x84F28C) is unknown color: approx Light Green. HEX triplet: 84, F2 and 8C. RGB value is (132,242,140). Sum of RGB (Red+Green+Blue) = 132+242+140=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #84F28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F28C is #7B0D73. Grayscale: #C5C5C5. Windows color (decimal): -8064372 or 9237124. OLE color: 9237124.

HSL color Cylindrical-coordinate representation of color #84F28C: hue angle of 124.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F28C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB132242140-
CMYK0.4500.420.05
HSL124.36º80.88%73.33%-
HSV(B)124.36º45.45%94.9%-
XYZ4670.335.96-
YUV197.4895.5681.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.68%
GREEN value IS 242 (94.92% from 255) = 47.08%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=25.68%
G=47.08%
B=27.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322421400.4500.420.05124.3680.8873.33
Hex84F28C2D02A57c5149
Octal204362214550525174121111
Binary1000010011110010100011001011010101010101111110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,242,140); }

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

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

 a { background-color: rgb(132,242,140); }

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

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

 span { border-color: rgb(132,242,140); }

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