#82E327

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

Shades of Yellow Green #82E327

Tints of Yellow Green #82E327

Color information

#82E327 (or 0x82E327) is unknown color: approx Yellow Green. HEX triplet: 82, E3 and 27. RGB value is (130,227,39). Sum of RGB (Red+Green+Blue) = 130+227+39=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 227 (89.06% from 255 or 57.32% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 227 - color contains mainly: green. Hex color #82E327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E327 is #7D1CD8. Grayscale: #B1B1B1. Windows color (decimal): -8199385 or 2614146. OLE color: 2614146.

HSL color Cylindrical-coordinate representation of color #82E327: hue angle of 90.96º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82E327 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB13022739-
CMYK0.4300.830.11
HSL90.96º77.05%52.16%-
HSV(B)90.96º82.82%89.02%-
XYZ37.0459.8311.52-
YUV176.5650.3694.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 227 (89.06% from 255) = 57.32%
BLUE value IS 39 (15.62% from 255) = 9.85%
R=32.83%
G=57.32%
B=9.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal130227390.4300.830.1190.9677.0552.16
Hex82E3272B053B5b4d34
Octal202343475301231313311564
Binary100000101110001110011110101101010011101110110111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,227,39); }

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

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

 a { background-color: rgb(130,227,39); }

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

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

 span { border-color: rgb(130,227,39); }

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