Html Css Color HEX #82C035 Yellow Green

📋 copy color: '#82C035'

red 130 ◦ green 192 ◦ blue 53

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

Shades of Yellow Green #82C035

Tints of Yellow Green #82C035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 34.67%
G = 51.2%
B = 14.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#82C035 (or 0x82C035) is known color: Yellow Green. HEX triplet: 82, C0 and 35. RGB value is (130,192,53). Sum of RGB (Red+Green+Blue) = 130+192+53=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #82C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C035 is #7D3FCA. Grayscale: #9E9E9E. Windows color (decimal): -8208331 or 3522690. OLE color: 3522690.

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

Color convert

RGB 130 192 53 -
CMYK 0.32 0 0.72 0.25
HSL 86.76º 0.57% 0.48% -
HSV(B) 86.76º 0.72% 0.75% -
XYZ 28.7 42.7 10.1 -
YUV 157.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 130 192 53 0.32 0 0.72 0.25 86.76 0.57 0.48
Hex 82 C0 35 20 0 48 19 57 39 30
Octal 202 300 65 40 0 110 31 127 71 60
Binary 10000010 11000000 110101 100000 0 1001000 11001 1010111 111001 110000

Color Harmonies of #82C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C035

Black with #82C035

Text Example


Text Example

White with #82C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,53); }

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

background-color css

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

 a { background-color: rgb(130,192,53); }

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

border-color css

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

 span { border-color: rgb(130,192,53); }

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