Html Css Color HEX #82F07A Pastel Green

📋 copy color: '#82F07A'

red 130 ◦ green 240 ◦ blue 122

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

Shades of Pastel Green #82F07A

Tints of Pastel Green #82F07A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.78%

 BLUE value IS 122 (48.05% from 255) = 24.8%

R = 26.42%
G = 48.78%
B = 24.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#82F07A (or 0x82F07A) is known color: Pastel Green. HEX triplet: 82, F0 and 7A. RGB value is (130,240,122). Sum of RGB (Red+Green+Blue) = 130+240+122=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #82F07A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F07A is #7D0F85. Grayscale: #C2C2C2. Windows color (decimal): -8195974 or 8056962. OLE color: 8056962.

HSL color Cylindrical-coordinate representation of color #82F07A: hue angle of 115.93º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82F07A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 240 122 -
CMYK 0.46 0 0.49 0.06
HSL 115.93º 0.8% 0.71% -
HSV(B) 115.93º 0.49% 0.94% -
XYZ 43.88 68.47 29.32 -
YUV 193.66 87.56 82.59 -
System Red Green Blue C M Y K H S L
Decimal 130 240 122 0.46 0 0.49 0.06 115.93 0.8 0.71
Hex 82 F0 7A 2E 0 31 6 74 50 47
Octal 202 360 172 56 0 61 6 164 120 107
Binary 10000010 11110000 1111010 101110 0 110001 110 1110100 1010000 1000111

Color Harmonies of #82F07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F07A

Black with #82F07A

Text Example


Text Example

White with #82F07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,240,122); }

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

background-color css

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

 a { background-color: rgb(130,240,122); }

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

border-color css

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

 span { border-color: rgb(130,240,122); }

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