Html Css Color HEX #82F27A Pastel Green

📋 copy color: '#82F27A'

red 130 ◦ green 242 ◦ blue 122

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

Shades of Pastel Green #82F27A

Tints of Pastel Green #82F27A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.99%

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

R = 26.32%
G = 48.99%
B = 24.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#82F27A (or 0x82F27A) is known color: Pastel Green. HEX triplet: 82, F2 and 7A. RGB value is (130,242,122). Sum of RGB (Red+Green+Blue) = 130+242+122=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #82F27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F27A is #7D0D85. Grayscale: #C3C3C3. Windows color (decimal): -8195462 or 8057474. OLE color: 8057474.

HSL color Cylindrical-coordinate representation of color #82F27A: hue angle of 116º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82F27A is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 242 122 -
CMYK 0.46 0 0.50 0.05
HSL 116º 0.82% 0.71% -
HSV(B) 116º 0.5% 0.95% -
XYZ 44.47 69.66 29.51 -
YUV 194.83 86.89 81.76 -
System Red Green Blue C M Y K H S L
Decimal 130 242 122 0.46 0 0.50 0.05 116 0.82 0.71
Hex 82 F2 7A 2E 0 32 5 74 52 47
Octal 202 362 172 56 0 62 5 164 122 107
Binary 10000010 11110010 1111010 101110 0 110010 101 1110100 1010010 1000111

Color Harmonies of #82F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F27A

Black with #82F27A

Text Example


Text Example

White with #82F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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