Html Css Color HEX #82CE32 Yellow Green

📋 copy color: '#82CE32'

red 130 ◦ green 206 ◦ blue 50

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

Shades of Yellow Green #82CE32

Tints of Yellow Green #82CE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.37%

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

R = 33.68%
G = 53.37%
B = 12.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#82CE32 (or 0x82CE32) is known color: Yellow Green. HEX triplet: 82, CE and 32. RGB value is (130,206,50). Sum of RGB (Red+Green+Blue) = 130+206+50=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CE32 is #7D31CD. Grayscale: #A6A6A6. Windows color (decimal): -8204750 or 3329666. OLE color: 3329666.

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

Color convert

RGB 130 206 50 -
CMYK 0.37 0 0.76 0.19
HSL 89.23º 0.61% 0.5% -
HSV(B) 89.23º 0.76% 0.81% -
XYZ 31.85 49.12 10.82 -
YUV 165.49 62.82 102.68 -
System Red Green Blue C M Y K H S L
Decimal 130 206 50 0.37 0 0.76 0.19 89.23 0.61 0.5
Hex 82 CE 32 25 0 4C 13 59 3D 32
Octal 202 316 62 45 0 114 23 131 75 62
Binary 10000010 11001110 110010 100101 0 1001100 10011 1011001 111101 110010

Color Harmonies of #82CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE32

Black with #82CE32

Text Example


Text Example

White with #82CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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