Html Css Color HEX #82E07C Pastel Green

📋 copy color: '#82E07C'

red 130 ◦ green 224 ◦ blue 124

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

Shades of Pastel Green #82E07C

Tints of Pastel Green #82E07C

RGB

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

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

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

R = 27.2%
G = 46.86%
B = 25.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#82E07C (or 0x82E07C) is known color: Pastel Green. HEX triplet: 82, E0 and 7C. RGB value is (130,224,124). Sum of RGB (Red+Green+Blue) = 130+224+124=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #82E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E07C is #7D1F83. Grayscale: #B8B8B8. Windows color (decimal): -8200068 or 8183938. OLE color: 8183938.

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

Color convert

RGB 130 224 124 -
CMYK 0.42 0 0.45 0.12
HSL 116.4º 0.62% 0.68% -
HSV(B) 116.4º 0.45% 0.88% -
XYZ 39.5 59.51 28.47 -
YUV 184.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 130 224 124 0.42 0 0.45 0.12 116.4 0.62 0.68
Hex 82 E0 7C 2A 0 2D C 74 3E 44
Octal 202 340 174 52 0 55 14 164 76 104
Binary 10000010 11100000 1111100 101010 0 101101 1100 1110100 111110 1000100

Color Harmonies of #82E07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E07C

Black with #82E07C

Text Example


Text Example

White with #82E07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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