Html Css Color HEX #82D035 Yellow Green

📋 copy color: '#82D035'

red 130 ◦ green 208 ◦ blue 53

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

Shades of Yellow Green #82D035

Tints of Yellow Green #82D035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

 BLUE value IS 53 (21.09% from 255) = 13.55%

R = 33.25%
G = 53.2%
B = 13.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#82D035 (or 0x82D035) is known color: Yellow Green. HEX triplet: 82, D0 and 35. RGB value is (130,208,53). Sum of RGB (Red+Green+Blue) = 130+208+53=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #82D035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D035 is #7D2FCA. Grayscale: #A7A7A7. Windows color (decimal): -8204235 or 3526786. OLE color: 3526786.

HSL color Cylindrical-coordinate representation of color #82D035: hue angle of 90.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82D035 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 53 -
CMYK 0.38 0 0.75 0.18
HSL 90.19º 0.62% 0.51% -
HSV(B) 90.19º 0.75% 0.82% -
XYZ 32.4 50.11 11.33 -
YUV 167.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 130 208 53 0.38 0 0.75 0.18 90.19 0.62 0.51
Hex 82 D0 35 26 0 4B 12 5A 3E 33
Octal 202 320 65 46 0 113 22 132 76 63
Binary 10000010 11010000 110101 100110 0 1001011 10010 1011010 111110 110011

Color Harmonies of #82D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D035

Black with #82D035

Text Example


Text Example

White with #82D035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,53); }

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

background-color css

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

 a { background-color: rgb(130,208,53); }

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

border-color css

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

 span { border-color: rgb(130,208,53); }

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