Html Css Color HEX #82CA34 Yellow Green

📋 copy color: '#82CA34'

red 130 ◦ green 202 ◦ blue 52

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

Shades of Yellow Green #82CA34

Tints of Yellow Green #82CA34

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.6%

 BLUE value IS 52 (20.7% from 255) = 13.54%

R = 33.85%
G = 52.6%
B = 13.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#82CA34 (or 0x82CA34) is known color: Yellow Green. HEX triplet: 82, CA and 34. RGB value is (130,202,52). Sum of RGB (Red+Green+Blue) = 130+202+52=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA34 is #7D35CB. Grayscale: #A3A3A3. Windows color (decimal): -8205772 or 3459714. OLE color: 3459714.

HSL color Cylindrical-coordinate representation of color #82CA34: hue angle of 88.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82CA34 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 52 -
CMYK 0.36 0 0.74 0.21
HSL 88.8º 0.59% 0.5% -
HSV(B) 88.8º 0.74% 0.79% -
XYZ 30.95 47.23 10.74 -
YUV 163.37 65.15 104.2 -
System Red Green Blue C M Y K H S L
Decimal 130 202 52 0.36 0 0.74 0.21 88.8 0.59 0.5
Hex 82 CA 34 24 0 4A 15 59 3B 32
Octal 202 312 64 44 0 112 25 131 73 62
Binary 10000010 11001010 110100 100100 0 1001010 10101 1011001 111011 110010

Color Harmonies of #82CA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA34

Black with #82CA34

Text Example


Text Example

White with #82CA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,52); }

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

background-color css

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

 a { background-color: rgb(130,202,52); }

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

border-color css

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

 span { border-color: rgb(130,202,52); }

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