Html Css Color HEX #82C13B Yellow Green

📋 copy color: '#82C13B'

red 130 ◦ green 193 ◦ blue 59

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

Shades of Yellow Green #82C13B

Tints of Yellow Green #82C13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.52%

 BLUE value IS 59 (23.44% from 255) = 15.45%

R = 34.03%
G = 50.52%
B = 15.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#82C13B (or 0x82C13B) is known color: Yellow Green. HEX triplet: 82, C1 and 3B. RGB value is (130,193,59). Sum of RGB (Red+Green+Blue) = 130+193+59=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #82C13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C13B is #7D3EC4. Grayscale: #9F9F9F. Windows color (decimal): -8208069 or 3916162. OLE color: 3916162.

HSL color Cylindrical-coordinate representation of color #82C13B: hue angle of 88.21º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82C13B is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 59 -
CMYK 0.33 0 0.69 0.24
HSL 88.21º 0.53% 0.49% -
HSV(B) 88.21º 0.69% 0.76% -
XYZ 29.07 43.2 10.94 -
YUV 158.89 71.63 107.4 -
System Red Green Blue C M Y K H S L
Decimal 130 193 59 0.33 0 0.69 0.24 88.21 0.53 0.49
Hex 82 C1 3B 21 0 45 18 58 35 31
Octal 202 301 73 41 0 105 30 130 65 61
Binary 10000010 11000001 111011 100001 0 1000101 11000 1011000 110101 110001

Color Harmonies of #82C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C13B

Black with #82C13B

Text Example


Text Example

White with #82C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,59); }

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

background-color css

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

 a { background-color: rgb(130,193,59); }

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

border-color css

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

 span { border-color: rgb(130,193,59); }

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