Html Css Color HEX #82F9A7 Pale Green

📋 copy color: '#82F9A7'

red 130 ◦ green 249 ◦ blue 167

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

Shades of Pale Green #82F9A7

Tints of Pale Green #82F9A7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

 BLUE value IS 167 (65.63% from 255) = 30.59%

R = 23.81%
G = 45.6%
B = 30.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#82F9A7 (or 0x82F9A7) is known color: Pale Green. HEX triplet: 82, F9 and A7. RGB value is (130,249,167). Sum of RGB (Red+Green+Blue) = 130+249+167=546 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.81% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F9A7 is #7D0658. Grayscale: #CCCCCC. Windows color (decimal): -8193625 or 11008386. OLE color: 11008386.

HSL color Cylindrical-coordinate representation of color #82F9A7: hue angle of 138.66º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9A7 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 167 -
CMYK 0.48 0 0.33 0.02
HSL 138.66º 0.91% 0.74% -
HSV(B) 138.66º 0.48% 0.98% -
XYZ 50.06 75.29 48.45 -
YUV 204.07 107.08 75.17 -
System Red Green Blue C M Y K H S L
Decimal 130 249 167 0.48 0 0.33 0.02 138.66 0.91 0.74
Hex 82 F9 A7 30 0 21 2 8B 5B 4A
Octal 202 371 247 60 0 41 2 213 133 112
Binary 10000010 11111001 10100111 110000 0 100001 10 10001011 1011011 1001010

Color Harmonies of #82F9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F9A7

Black with #82F9A7

Text Example


Text Example

White with #82F9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,249,167); }

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

background-color css

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

 a { background-color: rgb(130,249,167); }

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

border-color css

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

 span { border-color: rgb(130,249,167); }

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