Html Css Color HEX #82E268 Pastel Green

📋 copy color: '#82E268'

red 130 ◦ green 226 ◦ blue 104

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

Shades of Pastel Green #82E268

Tints of Pastel Green #82E268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.13%

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

R = 28.26%
G = 49.13%
B = 22.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#82E268 (or 0x82E268) is known color: Pastel Green. HEX triplet: 82, E2 and 68. RGB value is (130,226,104). Sum of RGB (Red+Green+Blue) = 130+226+104=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #82E268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E268 is #7D1D97. Grayscale: #B7B7B7. Windows color (decimal): -8199576 or 6873730. OLE color: 6873730.

HSL color Cylindrical-coordinate representation of color #82E268: hue angle of 107.21º degrees, saturation: 0.68, 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 #82E268 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 226 104 -
CMYK 0.42 0 0.54 0.11
HSL 107.21º 0.68% 0.65% -
HSV(B) 107.21º 0.54% 0.89% -
XYZ 38.9 60.14 22.65 -
YUV 183.39 83.2 89.92 -
System Red Green Blue C M Y K H S L
Decimal 130 226 104 0.42 0 0.54 0.11 107.21 0.68 0.65
Hex 82 E2 68 2A 0 36 B 6B 44 41
Octal 202 342 150 52 0 66 13 153 104 101
Binary 10000010 11100010 1101000 101010 0 110110 1011 1101011 1000100 1000001

Color Harmonies of #82E268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E268

Black with #82E268

Text Example


Text Example

White with #82E268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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