Html Css Color HEX #82E27C Pastel Green

📋 copy color: '#82E27C'

red 130 ◦ green 226 ◦ blue 124

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

Shades of Pastel Green #82E27C

Tints of Pastel Green #82E27C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.08%

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 27.08%
G = 47.08%
B = 25.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#82E27C (or 0x82E27C) is known color: Pastel Green. HEX triplet: 82, E2 and 7C. RGB value is (130,226,124). Sum of RGB (Red+Green+Blue) = 130+226+124=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #82E27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E27C is #7D1D83. Grayscale: #B9B9B9. Windows color (decimal): -8199556 or 8184450. OLE color: 8184450.

HSL color Cylindrical-coordinate representation of color #82E27C: hue angle of 116.47º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82E27C is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 226 124 -
CMYK 0.42 0 0.45 0.11
HSL 116.47º 0.64% 0.69% -
HSV(B) 116.47º 0.45% 0.89% -
XYZ 40.04 60.59 28.65 -
YUV 185.67 93.2 88.29 -
System Red Green Blue C M Y K H S L
Decimal 130 226 124 0.42 0 0.45 0.11 116.47 0.64 0.69
Hex 82 E2 7C 2A 0 2D B 74 40 45
Octal 202 342 174 52 0 55 13 164 100 105
Binary 10000010 11100010 1111100 101010 0 101101 1011 1110100 1000000 1000101

Color Harmonies of #82E27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E27C

Black with #82E27C

Text Example


Text Example

White with #82E27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,226,124); }

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

background-color css

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

 a { background-color: rgb(130,226,124); }

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

border-color css

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

 span { border-color: rgb(130,226,124); }

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