Html Css Color HEX #7DDD88 Pastel Green

📋 copy color: '#7DDD88'

red 125 ◦ green 221 ◦ blue 136

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

Shades of Pastel Green #7DDD88

Tints of Pastel Green #7DDD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 25.93%
G = 45.85%
B = 28.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#7DDD88 (or 0x7DDD88) is known color: Pastel Green. HEX triplet: 7D, DD and 88. RGB value is (125,221,136). Sum of RGB (Red+Green+Blue) = 125+221+136=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD88 is #822277. Grayscale: #B6B6B6. Windows color (decimal): -8528504 or 8969597. OLE color: 8969597.

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

Color convert

RGB 125 221 136 -
CMYK 0.43 0 0.38 0.13
HSL 126.88º 0.59% 0.68% -
HSV(B) 126.88º 0.43% 0.87% -
XYZ 38.76 57.85 32.42 -
YUV 182.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 125 221 136 0.43 0 0.38 0.13 126.88 0.59 0.68
Hex 7D DD 88 2B 0 26 D 7F 3B 44
Octal 175 335 210 53 0 46 15 177 73 104
Binary 1111101 11011101 10001000 101011 0 100110 1101 1111111 111011 1000100

Color Harmonies of #7DDD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD88

Black with #7DDD88

Text Example


Text Example

White with #7DDD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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