Html Css Color HEX #82C13D Yellow Green

📋 copy color: '#82C13D'

red 130 ◦ green 193 ◦ blue 61

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

Shades of Yellow Green #82C13D

Tints of Yellow Green #82C13D

RGB

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

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

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

R = 33.85%
G = 50.26%
B = 15.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#82C13D (or 0x82C13D) is known color: Yellow Green. HEX triplet: 82, C1 and 3D. RGB value is (130,193,61). Sum of RGB (Red+Green+Blue) = 130+193+61=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #82C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C13D is #7D3EC2. Grayscale: #9F9F9F. Windows color (decimal): -8208067 or 4047234. OLE color: 4047234.

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

Color convert

RGB 130 193 61 -
CMYK 0.33 0 0.68 0.24
HSL 88.64º 0.52% 0.5% -
HSV(B) 88.64º 0.68% 0.76% -
XYZ 29.12 43.22 11.22 -
YUV 159.12 72.63 107.23 -
System Red Green Blue C M Y K H S L
Decimal 130 193 61 0.33 0 0.68 0.24 88.64 0.52 0.5
Hex 82 C1 3D 21 0 44 18 59 34 32
Octal 202 301 75 41 0 104 30 131 64 62
Binary 10000010 11000001 111101 100001 0 1000100 11000 1011001 110100 110010

Color Harmonies of #82C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C13D

Black with #82C13D

Text Example


Text Example

White with #82C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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