Html Css Color HEX #82E087 Pastel Green

📋 copy color: '#82E087'

red 130 ◦ green 224 ◦ blue 135

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

Shades of Pastel Green #82E087

Tints of Pastel Green #82E087

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.81%

 BLUE value IS 135 (53.13% from 255) = 27.61%

R = 26.58%
G = 45.81%
B = 27.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#82E087 (or 0x82E087) is known color: Pastel Green. HEX triplet: 82, E0 and 87. RGB value is (130,224,135). Sum of RGB (Red+Green+Blue) = 130+224+135=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #82E087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E087 is #7D1F78. Grayscale: #BABABA. Windows color (decimal): -8200057 or 8904834. OLE color: 8904834.

HSL color Cylindrical-coordinate representation of color #82E087: hue angle of 123.19º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E087 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 135 -
CMYK 0.42 0 0.40 0.12
HSL 123.19º 0.6% 0.69% -
HSV(B) 123.19º 0.42% 0.88% -
XYZ 40.23 59.81 32.34 -
YUV 185.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 130 224 135 0.42 0 0.40 0.12 123.19 0.6 0.69
Hex 82 E0 87 2A 0 28 C 7B 3C 45
Octal 202 340 207 52 0 50 14 173 74 105
Binary 10000010 11100000 10000111 101010 0 101000 1100 1111011 111100 1000101

Color Harmonies of #82E087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E087

Black with #82E087

Text Example


Text Example

White with #82E087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,224,135); }

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

background-color css

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

 a { background-color: rgb(130,224,135); }

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

border-color css

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

 span { border-color: rgb(130,224,135); }

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