#82F374

Color #82F374 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #82F374

Tints of Pastel Green #82F374

Color information

#82F374 (or 0x82F374) is unknown color: approx Pastel Green. HEX triplet: 82, F3 and 74. RGB value is (130,243,116). Sum of RGB (Red+Green+Blue) = 130+243+116=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #82F374 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F374 is #7D0C8B. Grayscale: #C3C3C3. Windows color (decimal): -8195212 or 7664514. OLE color: 7664514.

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

Color convert

RGB130243116-
CMYK0.4700.520.05
HSL113.39º84.11%70.39%-
HSV(B)113.39º52.26%95.29%-
XYZ44.4170.1127.71-
YUV194.7483.5681.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 243 (95.31% from 255) = 49.69%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=26.58%
G=49.69%
B=23.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302431160.4700.520.05113.3984.1170.39
Hex82F3742F0345715446
Octal202363164570645161124106
Binary100000101111001111101001011110110100101111000110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82F374;
 }
 .AnyTagClassName
 {
   color: #82F374;
 }
</style>
background-color css

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

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

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

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

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

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