Html Css Color HEX #82C635 Yellow Green

📋 copy color: '#82C635'

red 130 ◦ green 198 ◦ blue 53

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

Shades of Yellow Green #82C635

Tints of Yellow Green #82C635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.97%

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

R = 34.12%
G = 51.97%
B = 13.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#82C635 (or 0x82C635) is known color: Yellow Green. HEX triplet: 82, C6 and 35. RGB value is (130,198,53). Sum of RGB (Red+Green+Blue) = 130+198+53=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #82C635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C635 is #7D39CA. Grayscale: #A1A1A1. Windows color (decimal): -8206795 or 3524226. OLE color: 3524226.

HSL color Cylindrical-coordinate representation of color #82C635: hue angle of 88.14º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82C635 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 53 -
CMYK 0.34 0 0.73 0.22
HSL 88.14º 0.58% 0.49% -
HSV(B) 88.14º 0.73% 0.78% -
XYZ 30.04 45.39 10.55 -
YUV 161.14 66.97 105.79 -
System Red Green Blue C M Y K H S L
Decimal 130 198 53 0.34 0 0.73 0.22 88.14 0.58 0.49
Hex 82 C6 35 22 0 49 16 58 3A 31
Octal 202 306 65 42 0 111 26 130 72 61
Binary 10000010 11000110 110101 100010 0 1001001 10110 1011000 111010 110001

Color Harmonies of #82C635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C635

Black with #82C635

Text Example


Text Example

White with #82C635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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