Html Css Color HEX #7DDD78 Pastel Green

📋 copy color: '#7DDD78'

red 125 ◦ green 221 ◦ blue 120

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

Shades of Pastel Green #7DDD78

Tints of Pastel Green #7DDD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 26.82%
G = 47.42%
B = 25.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#7DDD78 (or 0x7DDD78) is known color: Pastel Green. HEX triplet: 7D, DD and 78. RGB value is (125,221,120). Sum of RGB (Red+Green+Blue) = 125+221+120=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD78 is #822287. Grayscale: #B5B5B5. Windows color (decimal): -8528520 or 7921021. OLE color: 7921021.

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

Color convert

RGB 125 221 120 -
CMYK 0.43 0 0.46 0.13
HSL 117.03º 0.6% 0.67% -
HSV(B) 117.03º 0.46% 0.87% -
XYZ 37.7 57.43 26.87 -
YUV 180.78 93.7 88.21 -
System Red Green Blue C M Y K H S L
Decimal 125 221 120 0.43 0 0.46 0.13 117.03 0.6 0.67
Hex 7D DD 78 2B 0 2E D 75 3C 43
Octal 175 335 170 53 0 56 15 165 74 103
Binary 1111101 11011101 1111000 101011 0 101110 1101 1110101 111100 1000011

Color Harmonies of #7DDD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD78

Black with #7DDD78

Text Example


Text Example

White with #7DDD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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