Html Css Color HEX #82C136 Yellow Green

📋 copy color: '#82C136'

red 130 ◦ green 193 ◦ blue 54

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

Shades of Yellow Green #82C136

Tints of Yellow Green #82C136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.32%

R = 34.48%
G = 51.19%
B = 14.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#82C136 (or 0x82C136) is known color: Yellow Green. HEX triplet: 82, C1 and 36. RGB value is (130,193,54). Sum of RGB (Red+Green+Blue) = 130+193+54=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #82C136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C136 is #7D3EC9. Grayscale: #9E9E9E. Windows color (decimal): -8208074 or 3588482. OLE color: 3588482.

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

Color convert

RGB 130 193 54 -
CMYK 0.33 0 0.72 0.24
HSL 87.19º 0.56% 0.48% -
HSV(B) 87.19º 0.72% 0.76% -
XYZ 28.94 43.15 10.29 -
YUV 158.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 130 193 54 0.33 0 0.72 0.24 87.19 0.56 0.48
Hex 82 C1 36 21 0 48 18 57 38 30
Octal 202 301 66 41 0 110 30 127 70 60
Binary 10000010 11000001 110110 100001 0 1001000 11000 1010111 111000 110000

Color Harmonies of #82C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C136

Black with #82C136

Text Example


Text Example

White with #82C136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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