Html Css Color HEX #82BF3A Yellow Green

📋 copy color: '#82BF3A'

red 130 ◦ green 191 ◦ blue 58

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

Shades of Yellow Green #82BF3A

Tints of Yellow Green #82BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 50.4%

 BLUE value IS 58 (23.05% from 255) = 15.3%

R = 34.3%
G = 50.4%
B = 15.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#82BF3A (or 0x82BF3A) is known color: Yellow Green. HEX triplet: 82, BF and 3A. RGB value is (130,191,58). Sum of RGB (Red+Green+Blue) = 130+191+58=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF3A is #7D40C5. Grayscale: #9E9E9E. Windows color (decimal): -8208582 or 3850114. OLE color: 3850114.

HSL color Cylindrical-coordinate representation of color #82BF3A: hue angle of 87.52º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82BF3A is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 191 58 -
CMYK 0.32 0 0.70 0.25
HSL 87.52º 0.53% 0.49% -
HSV(B) 87.52º 0.7% 0.75% -
XYZ 28.6 42.31 10.66 -
YUV 157.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 130 191 58 0.32 0 0.70 0.25 87.52 0.53 0.49
Hex 82 BF 3A 20 0 46 19 58 35 31
Octal 202 277 72 40 0 106 31 130 65 61
Binary 10000010 10111111 111010 100000 0 1000110 11001 1011000 110101 110001

Color Harmonies of #82BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF3A

Black with #82BF3A

Text Example


Text Example

White with #82BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,191,58); }

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

background-color css

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

 a { background-color: rgb(130,191,58); }

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

border-color css

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

 span { border-color: rgb(130,191,58); }

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