Html Css Color HEX #7DE85D Pastel Green

📋 copy color: '#7DE85D'

red 125 ◦ green 232 ◦ blue 93

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

Shades of Pastel Green #7DE85D

Tints of Pastel Green #7DE85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.56%

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 27.78%
G = 51.56%
B = 20.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#7DE85D (or 0x7DE85D) is known color: Pastel Green. HEX triplet: 7D, E8 and 5D. RGB value is (125,232,93). Sum of RGB (Red+Green+Blue) = 125+232+93=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DE85D is #8217A2. Grayscale: #B8B8B8. Windows color (decimal): -8525731 or 6154365. OLE color: 6154365.

HSL color Cylindrical-coordinate representation of color #7DE85D: hue angle of 106.19º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DE85D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 232 93 -
CMYK 0.46 0 0.60 0.09
HSL 106.19º 0.75% 0.64% -
HSV(B) 106.19º 0.6% 0.91% -
XYZ 39.29 62.86 20.42 -
YUV 184.16 76.55 85.8 -
System Red Green Blue C M Y K H S L
Decimal 125 232 93 0.46 0 0.60 0.09 106.19 0.75 0.64
Hex 7D E8 5D 2E 0 3C 9 6A 4B 40
Octal 175 350 135 56 0 74 11 152 113 100
Binary 1111101 11101000 1011101 101110 0 111100 1001 1101010 1001011 1000000

Color Harmonies of #7DE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE85D

Black with #7DE85D

Text Example


Text Example

White with #7DE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,232,93); }

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

background-color css

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

 a { background-color: rgb(125,232,93); }

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

border-color css

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

 span { border-color: rgb(125,232,93); }

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