Html Css Color HEX #82F172 Pastel Green

📋 copy color: '#82F172'

red 130 ◦ green 241 ◦ blue 114

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

Shades of Pastel Green #82F172

Tints of Pastel Green #82F172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 26.8%
G = 49.69%
B = 23.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#82F172 (or 0x82F172) is known color: Pastel Green. HEX triplet: 82, F1 and 72. RGB value is (130,241,114). Sum of RGB (Red+Green+Blue) = 130+241+114=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #82F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F172 is #7D0E8D. Grayscale: #C1C1C1. Windows color (decimal): -8195726 or 7532930. OLE color: 7532930.

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

Color convert

RGB 130 241 114 -
CMYK 0.46 0 0.53 0.05
HSL 112.44º 0.82% 0.7% -
HSV(B) 112.44º 0.53% 0.95% -
XYZ 43.7 68.87 26.91 -
YUV 193.33 83.23 82.83 -
System Red Green Blue C M Y K H S L
Decimal 130 241 114 0.46 0 0.53 0.05 112.44 0.82 0.7
Hex 82 F1 72 2E 0 35 5 70 52 46
Octal 202 361 162 56 0 65 5 160 122 106
Binary 10000010 11110001 1110010 101110 0 110101 101 1110000 1010010 1000110

Color Harmonies of #82F172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F172

Black with #82F172

Text Example


Text Example

White with #82F172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,241,114); }

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

background-color css

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

 a { background-color: rgb(130,241,114); }

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

border-color css

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

 span { border-color: rgb(130,241,114); }

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