#7DEF69

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

Shades of Pastel Green #7DEF69

Tints of Pastel Green #7DEF69

Color information

#7DEF69 (or 0x7DEF69) is unknown color: approx Pastel Green. HEX triplet: 7D, EF and 69. RGB value is (125,239,105). Sum of RGB (Red+Green+Blue) = 125+239+105=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEF69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEF69 is #821096. Grayscale: #BEBEBE. Windows color (decimal): -8523927 or 6942589. OLE color: 6942589.

HSL color Cylindrical-coordinate representation of color #7DEF69: hue angle of 111.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DEF69 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB125239105-
CMYK0.4800.560.06
HSL111.04º80.72%67.45%-
HSV(B)111.04º56.07%93.73%-
XYZ41.8767.1124.11-
YUV189.6480.2381.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 239 (93.75% from 255) = 50.96%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=26.65%
G=50.96%
B=22.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252391050.4800.560.06111.0480.7267.45
Hex7DEF693003866f5143
Octal175357151600706157121103
Binary11111011110111111010011100000111000110110111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,105); }

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

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

 a { background-color: rgb(125,239,105); }

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

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

 span { border-color: rgb(125,239,105); }

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