Html Css Color HEX #82F17B Pastel Green

📋 copy color: '#82F17B'

red 130 ◦ green 241 ◦ blue 123

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

Shades of Pastel Green #82F17B

Tints of Pastel Green #82F17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 26.32%
G = 48.79%
B = 24.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#82F17B (or 0x82F17B) is known color: Pastel Green. HEX triplet: 82, F1 and 7B. RGB value is (130,241,123). Sum of RGB (Red+Green+Blue) = 130+241+123=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #82F17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F17B is #7D0E84. Grayscale: #C2C2C2. Windows color (decimal): -8195717 or 8122754. OLE color: 8122754.

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

Color convert

RGB 130 241 123 -
CMYK 0.46 0 0.49 0.05
HSL 116.44º 0.81% 0.71% -
HSV(B) 116.44º 0.49% 0.95% -
XYZ 44.24 69.09 29.74 -
YUV 194.36 87.73 82.09 -
System Red Green Blue C M Y K H S L
Decimal 130 241 123 0.46 0 0.49 0.05 116.44 0.81 0.71
Hex 82 F1 7B 2E 0 31 5 74 51 47
Octal 202 361 173 56 0 61 5 164 121 107
Binary 10000010 11110001 1111011 101110 0 110001 101 1110100 1010001 1000111

Color Harmonies of #82F17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F17B

Black with #82F17B

Text Example


Text Example

White with #82F17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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