#7DF26C

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

Shades of Pastel Green #7DF26C

Tints of Pastel Green #7DF26C

Color information

#7DF26C (or 0x7DF26C) is unknown color: approx Pastel Green. HEX triplet: 7D, F2 and 6C. RGB value is (125,242,108). Sum of RGB (Red+Green+Blue) = 125+242+108=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF26C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF26C is #820D93. Grayscale: #C0C0C0. Windows color (decimal): -8523156 or 7139965. OLE color: 7139965.

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

Color convert

RGB125242108-
CMYK0.4800.550.05
HSL112.39º83.75%68.63%-
HSV(B)112.39º55.37%94.9%-
XYZ42.9268.9525.23-
YUV191.7480.7480.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 242 (94.92% from 255) = 50.95%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=26.32%
G=50.95%
B=22.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421080.4800.550.05112.3983.7568.63
Hex7DF26C300375705445
Octal175362154600675160124105
Binary11111011111001011011001100000110111101111000010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,108); }

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

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

 a { background-color: rgb(125,242,108); }

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

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

 span { border-color: rgb(125,242,108); }

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