Html Css Color HEX #82E468 Pastel Green

📋 copy color: '#82E468'

red 130 ◦ green 228 ◦ blue 104

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

Shades of Pastel Green #82E468

Tints of Pastel Green #82E468

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.35%

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 28.14%
G = 49.35%
B = 22.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#82E468 (or 0x82E468) is known color: Pastel Green. HEX triplet: 82, E4 and 68. RGB value is (130,228,104). Sum of RGB (Red+Green+Blue) = 130+228+104=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #82E468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E468 is #7D1B97. Grayscale: #B8B8B8. Windows color (decimal): -8199064 or 6874242. OLE color: 6874242.

HSL color Cylindrical-coordinate representation of color #82E468: hue angle of 107.42º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82E468 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 228 104 -
CMYK 0.43 0 0.54 0.11
HSL 107.42º 0.7% 0.65% -
HSV(B) 107.42º 0.54% 0.89% -
XYZ 39.45 61.23 22.84 -
YUV 184.56 82.53 89.08 -
System Red Green Blue C M Y K H S L
Decimal 130 228 104 0.43 0 0.54 0.11 107.42 0.7 0.65
Hex 82 E4 68 2B 0 36 B 6B 46 41
Octal 202 344 150 53 0 66 13 153 106 101
Binary 10000010 11100100 1101000 101011 0 110110 1011 1101011 1000110 1000001

Color Harmonies of #82E468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E468

Black with #82E468

Text Example


Text Example

White with #82E468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,228,104); }

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

background-color css

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

 a { background-color: rgb(130,228,104); }

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

border-color css

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

 span { border-color: rgb(130,228,104); }

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