Html Css Color HEX #7DE686 Pastel Green

📋 copy color: '#7DE686'

red 125 ◦ green 230 ◦ blue 134

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

Shades of Pastel Green #7DE686

Tints of Pastel Green #7DE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.03%

 BLUE value IS 134 (52.73% from 255) = 27.4%

R = 25.56%
G = 47.03%
B = 27.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#7DE686 (or 0x7DE686) is known color: Pastel Green. HEX triplet: 7D, E6 and 86. RGB value is (125,230,134). Sum of RGB (Red+Green+Blue) = 125+230+134=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE686 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE686 is #821979. Grayscale: #BBBBBB. Windows color (decimal): -8526202 or 8840829. OLE color: 8840829.

HSL color Cylindrical-coordinate representation of color #7DE686: hue angle of 125.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE686 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 230 134 -
CMYK 0.46 0 0.42 0.10
HSL 125.14º 0.68% 0.7% -
HSV(B) 125.14º 0.46% 0.9% -
XYZ 41.06 62.67 32.49 -
YUV 187.66 97.71 83.31 -
System Red Green Blue C M Y K H S L
Decimal 125 230 134 0.46 0 0.42 0.10 125.14 0.68 0.7
Hex 7D E6 86 2E 0 2A A 7D 44 46
Octal 175 346 206 56 0 52 12 175 104 106
Binary 1111101 11100110 10000110 101110 0 101010 1010 1111101 1000100 1000110

Color Harmonies of #7DE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE686

Black with #7DE686

Text Example


Text Example

White with #7DE686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,230,134); }

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

background-color css

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

 a { background-color: rgb(125,230,134); }

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

border-color css

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

 span { border-color: rgb(125,230,134); }

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