Html Css Color HEX #7DD27A Pastel Green

📋 copy color: '#7DD27A'

red 125 ◦ green 210 ◦ blue 122

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

Shades of Pastel Green #7DD27A

Tints of Pastel Green #7DD27A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 27.35%
G = 45.95%
B = 26.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#7DD27A (or 0x7DD27A) is known color: Pastel Green. HEX triplet: 7D, D2 and 7A. RGB value is (125,210,122). Sum of RGB (Red+Green+Blue) = 125+210+122=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD27A is #822D85. Grayscale: #AEAEAE. Windows color (decimal): -8531334 or 8049277. OLE color: 8049277.

HSL color Cylindrical-coordinate representation of color #7DD27A: hue angle of 117.95º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD27A is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 210 122 -
CMYK 0.40 0 0.42 0.18
HSL 117.95º 0.49% 0.65% -
HSV(B) 117.95º 0.42% 0.82% -
XYZ 35.02 51.86 26.58 -
YUV 174.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 125 210 122 0.40 0 0.42 0.18 117.95 0.49 0.65
Hex 7D D2 7A 28 0 2A 12 76 31 41
Octal 175 322 172 50 0 52 22 166 61 101
Binary 1111101 11010010 1111010 101000 0 101010 10010 1110110 110001 1000001

Color Harmonies of #7DD27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD27A

Black with #7DD27A

Text Example


Text Example

White with #7DD27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,210,122); }

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

background-color css

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

 a { background-color: rgb(125,210,122); }

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

border-color css

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

 span { border-color: rgb(125,210,122); }

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