Html Css Color HEX #82FBAD Pale Green

📋 copy color: '#82FBAD'

red 130 ◦ green 251 ◦ blue 173

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

Shades of Pale Green #82FBAD

Tints of Pale Green #82FBAD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.31%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 23.47%
G = 45.31%
B = 31.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#82FBAD (or 0x82FBAD) is known color: Pale Green. HEX triplet: 82, FB and AD. RGB value is (130,251,173). Sum of RGB (Red+Green+Blue) = 130+251+173=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FBAD is #7D0452. Grayscale: #CECECE. Windows color (decimal): -8193107 or 11402114. OLE color: 11402114.

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

Color convert

RGB 130 251 173 -
CMYK 0.48 0 0.31 0.02
HSL 141.32º 0.94% 0.75% -
HSV(B) 141.32º 0.48% 0.98% -
XYZ 51.25 76.76 51.65 -
YUV 205.93 109.41 73.84 -
System Red Green Blue C M Y K H S L
Decimal 130 251 173 0.48 0 0.31 0.02 141.32 0.94 0.75
Hex 82 FB AD 30 0 1F 2 8D 5E 4B
Octal 202 373 255 60 0 37 2 215 136 113
Binary 10000010 11111011 10101101 110000 0 11111 10 10001101 1011110 1001011

Color Harmonies of #82FBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FBAD

Black with #82FBAD

Text Example


Text Example

White with #82FBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,251,173); }

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

background-color css

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

 a { background-color: rgb(130,251,173); }

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

border-color css

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

 span { border-color: rgb(130,251,173); }

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