#7DF181

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

Shades of Pastel Green #7DF181

Tints of Pastel Green #7DF181

Color information

#7DF181 (or 0x7DF181) is unknown color: approx Pastel Green. HEX triplet: 7D, F1 and 81. RGB value is (125,241,129). Sum of RGB (Red+Green+Blue) = 125+241+129=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF181 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF181 is #820E7E. Grayscale: #C1C1C1. Windows color (decimal): -8523391 or 8515965. OLE color: 8515965.

HSL color Cylindrical-coordinate representation of color #7DF181: hue angle of 122.07º 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 #7DF181 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB125241129-
CMYK0.4800.460.05
HSL122.07º80.56%71.76%-
HSV(B)122.07º48.13%94.51%-
XYZ43.8868.8631.75-
YUV193.5591.5779.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.25%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=25.25%
G=48.69%
B=26.06%

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
Decimal1252411290.4800.460.05122.0780.5671.76
Hex7DF1813002E57a5148
Octal175361201600565172121110
Binary111110111110001100000011100000101110101111101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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