Html Css Color HEX #82DF6F Pastel Green

📋 copy color: '#82DF6F'

red 130 ◦ green 223 ◦ blue 111

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

Shades of Pastel Green #82DF6F

Tints of Pastel Green #82DF6F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 28.02%
G = 48.06%
B = 23.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#82DF6F (or 0x82DF6F) is known color: Pastel Green. HEX triplet: 82, DF and 6F. RGB value is (130,223,111). Sum of RGB (Red+Green+Blue) = 130+223+111=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF6F is #7D2090. Grayscale: #B6B6B6. Windows color (decimal): -8200337 or 7331714. OLE color: 7331714.

HSL color Cylindrical-coordinate representation of color #82DF6F: hue angle of 109.82º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82DF6F is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 111 -
CMYK 0.42 0 0.50 0.13
HSL 109.82º 0.64% 0.65% -
HSV(B) 109.82º 0.5% 0.87% -
XYZ 38.46 58.67 24.34 -
YUV 182.43 87.69 90.61 -
System Red Green Blue C M Y K H S L
Decimal 130 223 111 0.42 0 0.50 0.13 109.82 0.64 0.65
Hex 82 DF 6F 2A 0 32 D 6E 40 41
Octal 202 337 157 52 0 62 15 156 100 101
Binary 10000010 11011111 1101111 101010 0 110010 1101 1101110 1000000 1000001

Color Harmonies of #82DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF6F

Black with #82DF6F

Text Example


Text Example

White with #82DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,111); }

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

background-color css

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

 a { background-color: rgb(130,223,111); }

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

border-color css

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

 span { border-color: rgb(130,223,111); }

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