#7DF182

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

Shades of Pastel Green #7DF182

Tints of Pastel Green #7DF182

Color information

#7DF182 (or 0x7DF182) is unknown color: approx Pastel Green. HEX triplet: 7D, F1 and 82. RGB value is (125,241,130). Sum of RGB (Red+Green+Blue) = 125+241+130=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF182 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF182 is #820E7D. Grayscale: #C1C1C1. Windows color (decimal): -8523390 or 8581501. OLE color: 8581501.

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

Color convert

RGB125241130-
CMYK0.4800.460.05
HSL122.59º80.56%71.76%-
HSV(B)122.59º48.13%94.51%-
XYZ43.9468.8832.1-
YUV193.6692.0779.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=25.20%
G=48.59%
B=26.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252411300.4800.460.05122.5980.5671.76
Hex7DF1823002E57b5148
Octal175361202600565173121110
Binary111110111110001100000101100000101110101111101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DF182; }

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

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

<style>
 a { background-color: #7DF182; }

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

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

<style>
 span { border-color: #7DF182; }

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

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