Html Css Color HEX #82EE68 Pastel Green

📋 copy color: '#82EE68'

red 130 ◦ green 238 ◦ blue 104

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

Shades of Pastel Green #82EE68

Tints of Pastel Green #82EE68

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.42%

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

R = 27.54%
G = 50.42%
B = 22.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#82EE68 (or 0x82EE68) is known color: Pastel Green. HEX triplet: 82, EE and 68. RGB value is (130,238,104). Sum of RGB (Red+Green+Blue) = 130+238+104=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EE68 is #7D1197. Grayscale: #BEBEBE. Windows color (decimal): -8196504 or 6876802. OLE color: 6876802.

HSL color Cylindrical-coordinate representation of color #82EE68: hue angle of 108.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82EE68 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 238 104 -
CMYK 0.45 0 0.56 0.07
HSL 108.36º 0.8% 0.67% -
HSV(B) 108.36º 0.56% 0.93% -
XYZ 42.28 66.89 23.78 -
YUV 190.43 79.22 84.9 -
System Red Green Blue C M Y K H S L
Decimal 130 238 104 0.45 0 0.56 0.07 108.36 0.8 0.67
Hex 82 EE 68 2D 0 38 7 6C 50 43
Octal 202 356 150 55 0 70 7 154 120 103
Binary 10000010 11101110 1101000 101101 0 111000 111 1101100 1010000 1000011

Color Harmonies of #82EE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EE68

Black with #82EE68

Text Example


Text Example

White with #82EE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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