Html Css Color HEX #84FB7D Light Green

📋 copy color: '#84FB7D'

red 132 ◦ green 251 ◦ blue 125

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

Shades of Light Green #84FB7D

Tints of Light Green #84FB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.41%

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 25.98%
G = 49.41%
B = 24.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#84FB7D (or 0x84FB7D) is known color: Light Green. HEX triplet: 84, FB and 7D. RGB value is (132,251,125). Sum of RGB (Red+Green+Blue) = 132+251+125=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FB7D is #7B0482. Grayscale: #C9C9C9. Windows color (decimal): -8062083 or 8256388. OLE color: 8256388.

HSL color Cylindrical-coordinate representation of color #84FB7D: hue angle of 116.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84FB7D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 251 125 -
CMYK 0.47 0 0.50 0.02
HSL 116.67º 0.94% 0.74% -
HSV(B) 116.67º 0.5% 0.98% -
XYZ 47.71 75.38 31.44 -
YUV 201.06 85.08 78.75 -
System Red Green Blue C M Y K H S L
Decimal 132 251 125 0.47 0 0.50 0.02 116.67 0.94 0.74
Hex 84 FB 7D 2F 0 32 2 75 5E 4A
Octal 204 373 175 57 0 62 2 165 136 112
Binary 10000100 11111011 1111101 101111 0 110010 10 1110101 1011110 1001010

Color Harmonies of #84FB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FB7D

Black with #84FB7D

Text Example


Text Example

White with #84FB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,251,125); }

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

background-color css

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

 a { background-color: rgb(132,251,125); }

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

border-color css

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

 span { border-color: rgb(132,251,125); }

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