#7DE271

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

Shades of Pastel Green #7DE271

Tints of Pastel Green #7DE271

Color information

#7DE271 (or 0x7DE271) is unknown color: approx Pastel Green. HEX triplet: 7D, E2 and 71. RGB value is (125,226,113). Sum of RGB (Red+Green+Blue) = 125+226+113=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE271 is #821D8E. Grayscale: #B7B7B7. Windows color (decimal): -8527247 or 7463549. OLE color: 7463549.

HSL color Cylindrical-coordinate representation of color #7DE271: hue angle of 113.63º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE271 is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB125226113-
CMYK0.4500.50.11
HSL113.63º66.08%66.47%-
HSV(B)113.63º50%88.63%-
XYZ38.6359.9425.16-
YUV182.9288.5486.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 226 (88.67% from 255) = 48.71%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=26.94%
G=48.71%
B=24.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252261130.4500.50.11113.6366.0866.47
Hex7DE2712D032B724242
Octal1753421615506213162102102
Binary111110111100010111000110110101100101011111001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,226,113); }

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

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

 a { background-color: rgb(125,226,113); }

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

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

 span { border-color: rgb(125,226,113); }

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