Html Css Color HEX #7DDF6E Pastel Green

📋 copy color: '#7DDF6E'

red 125 ◦ green 223 ◦ blue 110

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

Shades of Pastel Green #7DDF6E

Tints of Pastel Green #7DDF6E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.69%

 BLUE value IS 110 (43.36% from 255) = 24.02%

R = 27.29%
G = 48.69%
B = 24.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#7DDF6E (or 0x7DDF6E) is known color: Pastel Green. HEX triplet: 7D, DF and 6E. RGB value is (125,223,110). Sum of RGB (Red+Green+Blue) = 125+223+110=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF6E is #822091. Grayscale: #B5B5B5. Windows color (decimal): -8528018 or 7266173. OLE color: 7266173.

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

Color convert

RGB 125 223 110 -
CMYK 0.44 0 0.51 0.13
HSL 112.04º 0.64% 0.65% -
HSV(B) 112.04º 0.51% 0.87% -
XYZ 37.66 58.26 24.01 -
YUV 180.82 88.03 88.19 -
System Red Green Blue C M Y K H S L
Decimal 125 223 110 0.44 0 0.51 0.13 112.04 0.64 0.65
Hex 7D DF 6E 2C 0 33 D 70 40 41
Octal 175 337 156 54 0 63 15 160 100 101
Binary 1111101 11011111 1101110 101100 0 110011 1101 1110000 1000000 1000001

Color Harmonies of #7DDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDF6E

Black with #7DDF6E

Text Example


Text Example

White with #7DDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,223,110); }

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

background-color css

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

 a { background-color: rgb(125,223,110); }

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

border-color css

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

 span { border-color: rgb(125,223,110); }

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