Html Css Color HEX #7DDD7F Pastel Green

📋 copy color: '#7DDD7F'

red 125 ◦ green 221 ◦ blue 127

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

Shades of Pastel Green #7DDD7F

Tints of Pastel Green #7DDD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.85%

R = 26.43%
G = 46.72%
B = 26.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#7DDD7F (or 0x7DDD7F) is known color: Pastel Green. HEX triplet: 7D, DD and 7F. RGB value is (125,221,127). Sum of RGB (Red+Green+Blue) = 125+221+127=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD7F is #822280. Grayscale: #B5B5B5. Windows color (decimal): -8528513 or 8379773. OLE color: 8379773.

HSL color Cylindrical-coordinate representation of color #7DDD7F: hue angle of 121.25º 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 #7DDD7F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 127 -
CMYK 0.43 0 0.43 0.13
HSL 121.25º 0.59% 0.68% -
HSV(B) 121.25º 0.43% 0.87% -
XYZ 38.14 57.61 29.19 -
YUV 181.58 97.2 87.64 -
System Red Green Blue C M Y K H S L
Decimal 125 221 127 0.43 0 0.43 0.13 121.25 0.59 0.68
Hex 7D DD 7F 2B 0 2B D 79 3B 44
Octal 175 335 177 53 0 53 15 171 73 104
Binary 1111101 11011101 1111111 101011 0 101011 1101 1111001 111011 1000100

Color Harmonies of #7DDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD7F

Black with #7DDD7F

Text Example


Text Example

White with #7DDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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