Html Css Color HEX #7DED6F Pastel Green

📋 copy color: '#7DED6F'

red 125 ◦ green 237 ◦ blue 111

#7DED6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #7DED6F

Tints of Pastel Green #7DED6F

RGB

 RED value IS 125 (49.22% from 255) = 26.43%

 GREEN value IS 237 (92.97% from 255) = 50.11%

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 26.43%
G = 50.11%
B = 23.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#7DED6F (or 0x7DED6F) is known color: Pastel Green. HEX triplet: 7D, ED and 6F. RGB value is (125,237,111). Sum of RGB (Red+Green+Blue) = 125+237+111=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DED6F is #821290. Grayscale: #BDBDBD. Windows color (decimal): -8524433 or 7335293. OLE color: 7335293.

HSL color Cylindrical-coordinate representation of color #7DED6F: hue angle of 113.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DED6F is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 237 111 -
CMYK 0.47 0 0.53 0.07
HSL 113.33º 0.78% 0.68% -
HSV(B) 113.33º 0.53% 0.93% -
XYZ 41.61 66.08 25.6 -
YUV 189.15 83.89 82.25 -
System Red Green Blue C M Y K H S L
Decimal 125 237 111 0.47 0 0.53 0.07 113.33 0.78 0.68
Hex 7D ED 6F 2F 0 35 7 71 4E 44
Octal 175 355 157 57 0 65 7 161 116 104
Binary 1111101 11101101 1101111 101111 0 110101 111 1110001 1001110 1000100

Color Harmonies of #7DED6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DED6F

Black with #7DED6F

Text Example


Text Example

White with #7DED6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,237,111); }

 H1.HeaderClassName
 {
   color: #7DED6F;
 }
 .AnyTagClassName
 {
   color: #7DED6F;
 }
</style>

background-color css

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

 a { background-color: rgb(125,237,111); }

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

border-color css

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

 span { border-color: rgb(125,237,111); }

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