Html Css Color HEX #82BF3C Yellow Green

📋 copy color: '#82BF3C'

red 130 ◦ green 191 ◦ blue 60

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

Shades of Yellow Green #82BF3C

Tints of Yellow Green #82BF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 34.12%
G = 50.13%
B = 15.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#82BF3C (or 0x82BF3C) is known color: Yellow Green. HEX triplet: 82, BF and 3C. RGB value is (130,191,60). Sum of RGB (Red+Green+Blue) = 130+191+60=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF3C is #7D40C3. Grayscale: #9E9E9E. Windows color (decimal): -8208580 or 3981186. OLE color: 3981186.

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

Color convert

RGB 130 191 60 -
CMYK 0.32 0 0.69 0.25
HSL 87.94º 0.52% 0.49% -
HSV(B) 87.94º 0.69% 0.75% -
XYZ 28.65 42.33 10.94 -
YUV 157.83 72.79 108.15 -
System Red Green Blue C M Y K H S L
Decimal 130 191 60 0.32 0 0.69 0.25 87.94 0.52 0.49
Hex 82 BF 3C 20 0 45 19 58 34 31
Octal 202 277 74 40 0 105 31 130 64 61
Binary 10000010 10111111 111100 100000 0 1000101 11001 1011000 110100 110001

Color Harmonies of #82BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF3C

Black with #82BF3C

Text Example


Text Example

White with #82BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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