Html Css Color HEX #82F36D Pastel Green

📋 copy color: '#82F36D'

red 130 ◦ green 243 ◦ blue 109

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

Shades of Pastel Green #82F36D

Tints of Pastel Green #82F36D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.41%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 26.97%
G = 50.41%
B = 22.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#82F36D (or 0x82F36D) is known color: Pastel Green. HEX triplet: 82, F3 and 6D. RGB value is (130,243,109). Sum of RGB (Red+Green+Blue) = 130+243+109=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #82F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F36D is #7D0C92. Grayscale: #C2C2C2. Windows color (decimal): -8195219 or 7205762. OLE color: 7205762.

HSL color Cylindrical-coordinate representation of color #82F36D: hue angle of 110.6º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82F36D is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 243 109 -
CMYK 0.47 0 0.55 0.05
HSL 110.6º 0.85% 0.69% -
HSV(B) 110.6º 0.55% 0.95% -
XYZ 44.02 69.95 25.65 -
YUV 193.94 80.06 82.4 -
System Red Green Blue C M Y K H S L
Decimal 130 243 109 0.47 0 0.55 0.05 110.6 0.85 0.69
Hex 82 F3 6D 2F 0 37 5 6F 55 45
Octal 202 363 155 57 0 67 5 157 125 105
Binary 10000010 11110011 1101101 101111 0 110111 101 1101111 1010101 1000101

Color Harmonies of #82F36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F36D

Black with #82F36D

Text Example


Text Example

White with #82F36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,243,109); }

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

background-color css

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

 a { background-color: rgb(130,243,109); }

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

border-color css

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

 span { border-color: rgb(130,243,109); }

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