Html Css Color HEX #82E77B Pastel Green

📋 copy color: '#82E77B'

red 130 ◦ green 231 ◦ blue 123

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

Shades of Pastel Green #82E77B

Tints of Pastel Green #82E77B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.73%

 BLUE value IS 123 (48.44% from 255) = 25.41%

R = 26.86%
G = 47.73%
B = 25.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#82E77B (or 0x82E77B) is known color: Pastel Green. HEX triplet: 82, E7 and 7B. RGB value is (130,231,123). Sum of RGB (Red+Green+Blue) = 130+231+123=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #82E77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E77B is #7D1884. Grayscale: #BCBCBC. Windows color (decimal): -8198277 or 8120194. OLE color: 8120194.

HSL color Cylindrical-coordinate representation of color #82E77B: hue angle of 116.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82E77B is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 231 123 -
CMYK 0.44 0 0.47 0.09
HSL 116.11º 0.69% 0.69% -
HSV(B) 116.11º 0.47% 0.91% -
XYZ 41.36 63.33 28.78 -
YUV 188.49 91.04 86.28 -
System Red Green Blue C M Y K H S L
Decimal 130 231 123 0.44 0 0.47 0.09 116.11 0.69 0.69
Hex 82 E7 7B 2C 0 2F 9 74 45 45
Octal 202 347 173 54 0 57 11 164 105 105
Binary 10000010 11100111 1111011 101100 0 101111 1001 1110100 1000101 1000101

Color Harmonies of #82E77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E77B

Black with #82E77B

Text Example


Text Example

White with #82E77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,231,123); }

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

background-color css

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

 a { background-color: rgb(130,231,123); }

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

border-color css

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

 span { border-color: rgb(130,231,123); }

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