Html Css Color HEX #84F482 Light Green

📋 copy color: '#84F482'

red 132 ◦ green 244 ◦ blue 130

#84F482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #84F482

Tints of Light Green #84F482

RGB

 RED value IS 132 (51.95% from 255) = 26.09%

 GREEN value IS 244 (95.7% from 255) = 48.22%

 BLUE value IS 130 (51.17% from 255) = 25.69%

R = 26.09%
G = 48.22%
B = 25.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#84F482 (or 0x84F482) is known color: Light Green. HEX triplet: 84, F4 and 82. RGB value is (132,244,130). Sum of RGB (Red+Green+Blue) = 132+244+130=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #84F482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F482 is #7B0B7D. Grayscale: #C5C5C5. Windows color (decimal): -8063870 or 8582276. OLE color: 8582276.

HSL color Cylindrical-coordinate representation of color #84F482: hue angle of 118.95º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F482 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 244 130 -
CMYK 0.46 0 0.47 0.04
HSL 118.95º 0.84% 0.73% -
HSV(B) 118.95º 0.47% 0.96% -
XYZ 45.9 71.22 32.45 -
YUV 197.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 132 244 130 0.46 0 0.47 0.04 118.95 0.84 0.73
Hex 84 F4 82 2E 0 2F 4 77 54 49
Octal 204 364 202 56 0 57 4 167 124 111
Binary 10000100 11110100 10000010 101110 0 101111 100 1110111 1010100 1001001

Color Harmonies of #84F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F482

Black with #84F482

Text Example


Text Example

White with #84F482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,244,130); }

 H1.HeaderClassName
 {
   color: #84F482;
 }
 .AnyTagClassName
 {
   color: #84F482;
 }
</style>

background-color css

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

 a { background-color: rgb(132,244,130); }

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

border-color css

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

 span { border-color: rgb(132,244,130); }

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