Html Css Color HEX #82C63B Yellow Green

📋 copy color: '#82C63B'

red 130 ◦ green 198 ◦ blue 59

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

Shades of Yellow Green #82C63B

Tints of Yellow Green #82C63B

RGB

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

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

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

R = 33.59%
G = 51.16%
B = 15.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#82C63B (or 0x82C63B) is known color: Yellow Green. HEX triplet: 82, C6 and 3B. RGB value is (130,198,59). Sum of RGB (Red+Green+Blue) = 130+198+59=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #82C63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C63B is #7D39C4. Grayscale: #A2A2A2. Windows color (decimal): -8206789 or 3917442. OLE color: 3917442.

HSL color Cylindrical-coordinate representation of color #82C63B: hue angle of 89.35º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82C63B is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 59 -
CMYK 0.34 0 0.70 0.22
HSL 89.35º 0.55% 0.5% -
HSV(B) 89.35º 0.7% 0.78% -
XYZ 30.19 45.45 11.32 -
YUV 161.82 69.97 105.3 -
System Red Green Blue C M Y K H S L
Decimal 130 198 59 0.34 0 0.70 0.22 89.35 0.55 0.5
Hex 82 C6 3B 22 0 46 16 59 37 32
Octal 202 306 73 42 0 106 26 131 67 62
Binary 10000010 11000110 111011 100010 0 1000110 10110 1011001 110111 110010

Color Harmonies of #82C63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C63B

Black with #82C63B

Text Example


Text Example

White with #82C63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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