Html Css Color HEX #82EE67 Pastel Green

📋 copy color: '#82EE67'

red 130 ◦ green 238 ◦ blue 103

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

Shades of Pastel Green #82EE67

Tints of Pastel Green #82EE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.87%

R = 27.6%
G = 50.53%
B = 21.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#82EE67 (or 0x82EE67) is known color: Pastel Green. HEX triplet: 82, EE and 67. RGB value is (130,238,103). Sum of RGB (Red+Green+Blue) = 130+238+103=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EE67 is #7D1198. Grayscale: #BEBEBE. Windows color (decimal): -8196505 or 6811266. OLE color: 6811266.

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

Color convert

RGB 130 238 103 -
CMYK 0.45 0 0.57 0.07
HSL 108º 0.8% 0.67% -
HSV(B) 108º 0.57% 0.93% -
XYZ 42.23 66.87 23.51 -
YUV 190.32 78.72 84.98 -
System Red Green Blue C M Y K H S L
Decimal 130 238 103 0.45 0 0.57 0.07 108 0.8 0.67
Hex 82 EE 67 2D 0 39 7 6C 50 43
Octal 202 356 147 55 0 71 7 154 120 103
Binary 10000010 11101110 1100111 101101 0 111001 111 1101100 1010000 1000011

Color Harmonies of #82EE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EE67

Black with #82EE67

Text Example


Text Example

White with #82EE67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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