Html Css Color HEX #82C33C Yellow Green

📋 copy color: '#82C33C'

red 130 ◦ green 195 ◦ blue 60

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

Shades of Yellow Green #82C33C

Tints of Yellow Green #82C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.65%

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 33.77%
G = 50.65%
B = 15.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#82C33C (or 0x82C33C) is known color: Yellow Green. HEX triplet: 82, C3 and 3C. RGB value is (130,195,60). Sum of RGB (Red+Green+Blue) = 130+195+60=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #82C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C33C is #7D3CC3. Grayscale: #A0A0A0. Windows color (decimal): -8207556 or 3982210. OLE color: 3982210.

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

Color convert

RGB 130 195 60 -
CMYK 0.33 0 0.69 0.24
HSL 88.89º 0.53% 0.5% -
HSV(B) 88.89º 0.69% 0.76% -
XYZ 29.54 44.1 11.23 -
YUV 160.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 130 195 60 0.33 0 0.69 0.24 88.89 0.53 0.5
Hex 82 C3 3C 21 0 45 18 59 35 32
Octal 202 303 74 41 0 105 30 131 65 62
Binary 10000010 11000011 111100 100001 0 1000101 11000 1011001 110101 110010

Color Harmonies of #82C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C33C

Black with #82C33C

Text Example


Text Example

White with #82C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,60); }

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

background-color css

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

 a { background-color: rgb(130,195,60); }

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

border-color css

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

 span { border-color: rgb(130,195,60); }

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