#82CA2B

Color #82CA2B Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #82CA2B

Tints of Yellow Green #82CA2B

Color information

#82CA2B (or 0x82CA2B) is unknown color: approx Yellow Green. HEX triplet: 82, CA and 2B. RGB value is (130,202,43). Sum of RGB (Red+Green+Blue) = 130+202+43=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA2B is #7D35D4. Grayscale: #A2A2A2. Windows color (decimal): -8205781 or 2869890. OLE color: 2869890.

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

Color convert

RGB13020243-
CMYK0.3600.790.21
HSL87.17º64.9%48.04%-
HSV(B)87.17º78.71%79.22%-
XYZ30.7647.169.77-
YUV162.3560.65104.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 43 (17.19% from 255) = 11.47%
R=34.67%
G=53.87%
B=11.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202430.3600.790.2187.1764.948.04
Hex82CA2B2404F15574130
Octal202312534401172512710160
Binary1000001011001010101011100100010011111010110101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82CA2B;
 }
 .AnyTagClassName
 {
   color: #82CA2B;
 }
</style>
background-color css

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

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

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

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

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

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