#84F29F

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

Shades of Light Green #84F29F

Tints of Light Green #84F29F

Color information

#84F29F (or 0x84F29F) is unknown color: approx Light Green. HEX triplet: 84, F2 and 9F. RGB value is (132,242,159). Sum of RGB (Red+Green+Blue) = 132+242+159=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #84F29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F29F is #7B0D60. Grayscale: #C7C7C7. Windows color (decimal): -8064353 or 10482308. OLE color: 10482308.

HSL color Cylindrical-coordinate representation of color #84F29F: hue angle of 134.73º 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 #84F29F is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB132242159-
CMYK0.4500.340.05
HSL134.73º80.88%73.33%-
HSV(B)134.73º45.45%94.9%-
XYZ47.5370.9143.98-
YUV199.65105.0679.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 242 (94.92% from 255) = 45.40%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=24.77%
G=45.40%
B=29.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322421590.4500.340.05134.7380.8873.33
Hex84F29F2D0225875149
Octal204362237550425207121111
Binary10000100111100101001111110110101000101011000011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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