Html Css Color HEX #82F66C Pastel Green

📋 copy color: '#82F66C'

red 130 ◦ green 246 ◦ blue 108

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

Shades of Pastel Green #82F66C

Tints of Pastel Green #82F66C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.83%

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 26.86%
G = 50.83%
B = 22.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#82F66C (or 0x82F66C) is known color: Pastel Green. HEX triplet: 82, F6 and 6C. RGB value is (130,246,108). Sum of RGB (Red+Green+Blue) = 130+246+108=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #82F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F66C is #7D0993. Grayscale: #C4C4C4. Windows color (decimal): -8194452 or 7140994. OLE color: 7140994.

HSL color Cylindrical-coordinate representation of color #82F66C: hue angle of 110.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82F66C is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 246 108 -
CMYK 0.47 0 0.56 0.04
HSL 110.43º 0.88% 0.69% -
HSV(B) 110.43º 0.56% 0.96% -
XYZ 44.87 71.74 25.67 -
YUV 195.58 78.57 81.22 -
System Red Green Blue C M Y K H S L
Decimal 130 246 108 0.47 0 0.56 0.04 110.43 0.88 0.69
Hex 82 F6 6C 2F 0 38 4 6E 58 45
Octal 202 366 154 57 0 70 4 156 130 105
Binary 10000010 11110110 1101100 101111 0 111000 100 1101110 1011000 1000101

Color Harmonies of #82F66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F66C

Black with #82F66C

Text Example


Text Example

White with #82F66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,246,108); }

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

background-color css

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

 a { background-color: rgb(130,246,108); }

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

border-color css

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

 span { border-color: rgb(130,246,108); }

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