Html Css Color HEX #7DDD6E Pastel Green

📋 copy color: '#7DDD6E'

red 125 ◦ green 221 ◦ blue 110

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

Shades of Pastel Green #7DDD6E

Tints of Pastel Green #7DDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.46%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 27.41%
G = 48.46%
B = 24.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#7DDD6E (or 0x7DDD6E) is known color: Pastel Green. HEX triplet: 7D, DD and 6E. RGB value is (125,221,110). Sum of RGB (Red+Green+Blue) = 125+221+110=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD6E is #822291. Grayscale: #B3B3B3. Windows color (decimal): -8528530 or 7265661. OLE color: 7265661.

HSL color Cylindrical-coordinate representation of color #7DDD6E: hue angle of 111.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DDD6E is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 110 -
CMYK 0.43 0 0.50 0.13
HSL 111.89º 0.62% 0.65% -
HSV(B) 111.89º 0.5% 0.87% -
XYZ 37.13 57.2 23.84 -
YUV 179.64 88.7 89.03 -
System Red Green Blue C M Y K H S L
Decimal 125 221 110 0.43 0 0.50 0.13 111.89 0.62 0.65
Hex 7D DD 6E 2B 0 32 D 70 3E 41
Octal 175 335 156 53 0 62 15 160 76 101
Binary 1111101 11011101 1101110 101011 0 110010 1101 1110000 111110 1000001

Color Harmonies of #7DDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD6E

Black with #7DDD6E

Text Example


Text Example

White with #7DDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,110); }

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

background-color css

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

 a { background-color: rgb(125,221,110); }

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

border-color css

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

 span { border-color: rgb(125,221,110); }

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