Html Css Color HEX #7DDD7C Pastel Green

📋 copy color: '#7DDD7C'

red 125 ◦ green 221 ◦ blue 124

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

Shades of Pastel Green #7DDD7C

Tints of Pastel Green #7DDD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 26.6%
G = 47.02%
B = 26.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#7DDD7C (or 0x7DDD7C) is known color: Pastel Green. HEX triplet: 7D, DD and 7C. RGB value is (125,221,124). Sum of RGB (Red+Green+Blue) = 125+221+124=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD7C is #822283. Grayscale: #B5B5B5. Windows color (decimal): -8528516 or 8183165. OLE color: 8183165.

HSL color Cylindrical-coordinate representation of color #7DDD7C: hue angle of 119.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDD7C is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 124 -
CMYK 0.43 0 0.44 0.13
HSL 119.38º 0.59% 0.68% -
HSV(B) 119.38º 0.44% 0.87% -
XYZ 37.95 57.53 28.17 -
YUV 181.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 125 221 124 0.43 0 0.44 0.13 119.38 0.59 0.68
Hex 7D DD 7C 2B 0 2C D 77 3B 44
Octal 175 335 174 53 0 54 15 167 73 104
Binary 1111101 11011101 1111100 101011 0 101100 1101 1110111 111011 1000100

Color Harmonies of #7DDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD7C

Black with #7DDD7C

Text Example


Text Example

White with #7DDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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