Html Css Color HEX #7DD276 Pastel Green

📋 copy color: '#7DD276'

red 125 ◦ green 210 ◦ blue 118

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

Shades of Pastel Green #7DD276

Tints of Pastel Green #7DD276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 27.59%
G = 46.36%
B = 26.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#7DD276 (or 0x7DD276) is known color: Pastel Green. HEX triplet: 7D, D2 and 76. RGB value is (125,210,118). Sum of RGB (Red+Green+Blue) = 125+210+118=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD276 is #822D89. Grayscale: #AEAEAE. Windows color (decimal): -8531338 or 7787133. OLE color: 7787133.

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

Color convert

RGB 125 210 118 -
CMYK 0.40 0 0.44 0.18
HSL 115.43º 0.51% 0.64% -
HSV(B) 115.43º 0.44% 0.82% -
XYZ 34.77 51.76 25.3 -
YUV 174.1 96.34 92.98 -
System Red Green Blue C M Y K H S L
Decimal 125 210 118 0.40 0 0.44 0.18 115.43 0.51 0.64
Hex 7D D2 76 28 0 2C 12 73 33 40
Octal 175 322 166 50 0 54 22 163 63 100
Binary 1111101 11010010 1110110 101000 0 101100 10010 1110011 110011 1000000

Color Harmonies of #7DD276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD276

Black with #7DD276

Text Example


Text Example

White with #7DD276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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