Html Css Color HEX #7DE185 Pastel Green

📋 copy color: '#7DE185'

red 125 ◦ green 225 ◦ blue 133

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

Shades of Pastel Green #7DE185

Tints of Pastel Green #7DE185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.58%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 25.88%
G = 46.58%
B = 27.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#7DE185 (or 0x7DE185) is known color: Pastel Green. HEX triplet: 7D, E1 and 85. RGB value is (125,225,133). Sum of RGB (Red+Green+Blue) = 125+225+133=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE185 is #821E7A. Grayscale: #B8B8B8. Windows color (decimal): -8527483 or 8774013. OLE color: 8774013.

HSL color Cylindrical-coordinate representation of color #7DE185: hue angle of 124.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE185 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 225 133 -
CMYK 0.44 0 0.41 0.12
HSL 124.8º 0.63% 0.69% -
HSV(B) 124.8º 0.44% 0.88% -
XYZ 39.62 59.9 31.66 -
YUV 184.61 98.87 85.48 -
System Red Green Blue C M Y K H S L
Decimal 125 225 133 0.44 0 0.41 0.12 124.8 0.63 0.69
Hex 7D E1 85 2C 0 29 C 7D 3E 45
Octal 175 341 205 54 0 51 14 175 76 105
Binary 1111101 11100001 10000101 101100 0 101001 1100 1111101 111110 1000101

Color Harmonies of #7DE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE185

Black with #7DE185

Text Example


Text Example

White with #7DE185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,225,133); }

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

background-color css

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

 a { background-color: rgb(125,225,133); }

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

border-color css

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

 span { border-color: rgb(125,225,133); }

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