Html Css Color HEX #82C43D Yellow Green

📋 copy color: '#82C43D'

red 130 ◦ green 196 ◦ blue 61

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

Shades of Yellow Green #82C43D

Tints of Yellow Green #82C43D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.65%

 BLUE value IS 61 (24.22% from 255) = 15.76%

R = 33.59%
G = 50.65%
B = 15.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#82C43D (or 0x82C43D) is known color: Yellow Green. HEX triplet: 82, C4 and 3D. RGB value is (130,196,61). Sum of RGB (Red+Green+Blue) = 130+196+61=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #82C43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C43D is #7D3BC2. Grayscale: #A1A1A1. Windows color (decimal): -8207299 or 4048002. OLE color: 4048002.

HSL color Cylindrical-coordinate representation of color #82C43D: hue angle of 89.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82C43D is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 196 61 -
CMYK 0.34 0 0.69 0.23
HSL 89.33º 0.53% 0.5% -
HSV(B) 89.33º 0.69% 0.77% -
XYZ 29.79 44.56 11.45 -
YUV 160.88 71.63 105.98 -
System Red Green Blue C M Y K H S L
Decimal 130 196 61 0.34 0 0.69 0.23 89.33 0.53 0.5
Hex 82 C4 3D 22 0 45 17 59 35 32
Octal 202 304 75 42 0 105 27 131 65 62
Binary 10000010 11000100 111101 100010 0 1000101 10111 1011001 110101 110010

Color Harmonies of #82C43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C43D

Black with #82C43D

Text Example


Text Example

White with #82C43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,196,61); }

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

background-color css

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

 a { background-color: rgb(130,196,61); }

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

border-color css

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

 span { border-color: rgb(130,196,61); }

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