Html Css Color HEX #82D32F Yellow Green

📋 copy color: '#82D32F'

red 130 ◦ green 211 ◦ blue 47

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

Shades of Yellow Green #82D32F

Tints of Yellow Green #82D32F

RGB

 RED value IS 130 (51.17% from 255) = 33.51%

 GREEN value IS 211 (82.81% from 255) = 54.38%

 BLUE value IS 47 (18.75% from 255) = 12.11%

R = 33.51%
G = 54.38%
B = 12.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#82D32F (or 0x82D32F) is known color: Yellow Green. HEX triplet: 82, D3 and 2F. RGB value is (130,211,47). Sum of RGB (Red+Green+Blue) = 130+211+47=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #82D32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D32F is #7D2CD0. Grayscale: #A8A8A8. Windows color (decimal): -8203473 or 3134338. OLE color: 3134338.

HSL color Cylindrical-coordinate representation of color #82D32F: hue angle of 89.63º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82D32F is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 211 47 -
CMYK 0.38 0 0.78 0.17
HSL 89.63º 0.65% 0.51% -
HSV(B) 89.63º 0.78% 0.83% -
XYZ 33.01 51.54 10.9 -
YUV 168.09 59.66 100.84 -
System Red Green Blue C M Y K H S L
Decimal 130 211 47 0.38 0 0.78 0.17 89.63 0.65 0.51
Hex 82 D3 2F 26 0 4E 11 5A 41 33
Octal 202 323 57 46 0 116 21 132 101 63
Binary 10000010 11010011 101111 100110 0 1001110 10001 1011010 1000001 110011

Color Harmonies of #82D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D32F

Black with #82D32F

Text Example


Text Example

White with #82D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82D32F; }

 p { color: rgb(130,211,47); }

 H1.HeaderClassName
 {
   color: #82D32F;
 }
 .AnyTagClassName
 {
   color: #82D32F;
 }
</style>

background-color css

<style>
 a { background-color: #82D32F; }

 a { background-color: rgb(130,211,47); }

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

border-color css

<style>
 span { border-color: #82D32F; }

 span { border-color: rgb(130,211,47); }

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