Html Css Color HEX #7DCD6D Pastel Green

📋 copy color: '#7DCD6D'

red 125 ◦ green 205 ◦ blue 109

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

Shades of Pastel Green #7DCD6D

Tints of Pastel Green #7DCD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

 BLUE value IS 109 (42.97% from 255) = 24.83%

R = 28.47%
G = 46.7%
B = 24.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#7DCD6D (or 0x7DCD6D) is known color: Pastel Green. HEX triplet: 7D, CD and 6D. RGB value is (125,205,109). Sum of RGB (Red+Green+Blue) = 125+205+109=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD6D is #823292. Grayscale: #AAAAAA. Windows color (decimal): -8532627 or 7196029. OLE color: 7196029.

HSL color Cylindrical-coordinate representation of color #7DCD6D: hue angle of 110º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCD6D is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 109 -
CMYK 0.39 0 0.47 0.20
HSL 110º 0.49% 0.62% -
HSV(B) 110º 0.47% 0.8% -
XYZ 33.05 49.13 22.21 -
YUV 170.14 93.5 95.81 -
System Red Green Blue C M Y K H S L
Decimal 125 205 109 0.39 0 0.47 0.20 110 0.49 0.62
Hex 7D CD 6D 27 0 2F 14 6E 31 3E
Octal 175 315 155 47 0 57 24 156 61 76
Binary 1111101 11001101 1101101 100111 0 101111 10100 1101110 110001 111110

Color Harmonies of #7DCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD6D

Black with #7DCD6D

Text Example


Text Example

White with #7DCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,109); }

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

background-color css

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

 a { background-color: rgb(125,205,109); }

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

border-color css

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

 span { border-color: rgb(125,205,109); }

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