Html Css Color HEX #82CD32 Yellow Green

📋 copy color: '#82CD32'

red 130 ◦ green 205 ◦ blue 50

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

Shades of Yellow Green #82CD32

Tints of Yellow Green #82CD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.25%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 33.77%
G = 53.25%
B = 12.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#82CD32 (or 0x82CD32) is known color: Yellow Green. HEX triplet: 82, CD and 32. RGB value is (130,205,50). Sum of RGB (Red+Green+Blue) = 130+205+50=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CD32 is #7D32CD. Grayscale: #A5A5A5. Windows color (decimal): -8205006 or 3329410. OLE color: 3329410.

HSL color Cylindrical-coordinate representation of color #82CD32: hue angle of 89.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82CD32 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 205 50 -
CMYK 0.37 0 0.76 0.20
HSL 89.03º 0.61% 0.5% -
HSV(B) 89.03º 0.76% 0.8% -
XYZ 31.61 48.64 10.74 -
YUV 164.91 63.15 103.1 -
System Red Green Blue C M Y K H S L
Decimal 130 205 50 0.37 0 0.76 0.20 89.03 0.61 0.5
Hex 82 CD 32 25 0 4C 14 59 3D 32
Octal 202 315 62 45 0 114 24 131 75 62
Binary 10000010 11001101 110010 100101 0 1001100 10100 1011001 111101 110010

Color Harmonies of #82CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD32

Black with #82CD32

Text Example


Text Example

White with #82CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,205,50); }

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

background-color css

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

 a { background-color: rgb(130,205,50); }

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

border-color css

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

 span { border-color: rgb(130,205,50); }

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