Html Css Color HEX #7DDC75 Pastel Green

📋 copy color: '#7DDC75'

red 125 ◦ green 220 ◦ blue 117

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

Shades of Pastel Green #7DDC75

Tints of Pastel Green #7DDC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 27.06%
G = 47.62%
B = 25.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#7DDC75 (or 0x7DDC75) is known color: Pastel Green. HEX triplet: 7D, DC and 75. RGB value is (125,220,117). Sum of RGB (Red+Green+Blue) = 125+220+117=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC75 is #82238A. Grayscale: #B4B4B4. Windows color (decimal): -8528779 or 7724157. OLE color: 7724157.

HSL color Cylindrical-coordinate representation of color #7DDC75: hue angle of 115.34º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDC75 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 117 -
CMYK 0.43 0 0.47 0.14
HSL 115.34º 0.6% 0.66% -
HSV(B) 115.34º 0.47% 0.86% -
XYZ 37.26 56.83 25.84 -
YUV 179.85 92.53 88.88 -
System Red Green Blue C M Y K H S L
Decimal 125 220 117 0.43 0 0.47 0.14 115.34 0.6 0.66
Hex 7D DC 75 2B 0 2F E 73 3C 42
Octal 175 334 165 53 0 57 16 163 74 102
Binary 1111101 11011100 1110101 101011 0 101111 1110 1110011 111100 1000010

Color Harmonies of #7DDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDC75

Black with #7DDC75

Text Example


Text Example

White with #7DDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,117); }

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

background-color css

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

 a { background-color: rgb(125,220,117); }

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

border-color css

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

 span { border-color: rgb(125,220,117); }

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