Html Css Color HEX #82E088 Pastel Green

📋 copy color: '#82E088'

red 130 ◦ green 224 ◦ blue 136

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

Shades of Pastel Green #82E088

Tints of Pastel Green #82E088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 26.53%
G = 45.71%
B = 27.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#82E088 (or 0x82E088) is known color: Pastel Green. HEX triplet: 82, E0 and 88. RGB value is (130,224,136). Sum of RGB (Red+Green+Blue) = 130+224+136=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #82E088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E088 is #7D1F77. Grayscale: #BABABA. Windows color (decimal): -8200056 or 8970370. OLE color: 8970370.

HSL color Cylindrical-coordinate representation of color #82E088: hue angle of 123.83º 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 #82E088 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 136 -
CMYK 0.42 0 0.39 0.12
HSL 123.83º 0.6% 0.69% -
HSV(B) 123.83º 0.42% 0.88% -
XYZ 40.31 59.83 32.72 -
YUV 185.86 99.86 88.16 -
System Red Green Blue C M Y K H S L
Decimal 130 224 136 0.42 0 0.39 0.12 123.83 0.6 0.69
Hex 82 E0 88 2A 0 27 C 7C 3C 45
Octal 202 340 210 52 0 47 14 174 74 105
Binary 10000010 11100000 10001000 101010 0 100111 1100 1111100 111100 1000101

Color Harmonies of #82E088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E088

Black with #82E088

Text Example


Text Example

White with #82E088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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