Html Css Color HEX #7DDC69 Pastel Green

📋 copy color: '#7DDC69'

red 125 ◦ green 220 ◦ blue 105

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

Shades of Pastel Green #7DDC69

Tints of Pastel Green #7DDC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.89%

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 27.78%
G = 48.89%
B = 23.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#7DDC69 (or 0x7DDC69) is known color: Pastel Green. HEX triplet: 7D, DC and 69. RGB value is (125,220,105). Sum of RGB (Red+Green+Blue) = 125+220+105=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC69 is #822396. Grayscale: #B2B2B2. Windows color (decimal): -8528791 or 6937725. OLE color: 6937725.

HSL color Cylindrical-coordinate representation of color #7DDC69: hue angle of 109.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DDC69 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 105 -
CMYK 0.43 0 0.52 0.14
HSL 109.57º 0.62% 0.64% -
HSV(B) 109.57º 0.52% 0.86% -
XYZ 36.6 56.57 22.35 -
YUV 178.49 86.53 89.85 -
System Red Green Blue C M Y K H S L
Decimal 125 220 105 0.43 0 0.52 0.14 109.57 0.62 0.64
Hex 7D DC 69 2B 0 34 E 6E 3E 40
Octal 175 334 151 53 0 64 16 156 76 100
Binary 1111101 11011100 1101001 101011 0 110100 1110 1101110 111110 1000000

Color Harmonies of #7DDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDC69

Black with #7DDC69

Text Example


Text Example

White with #7DDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,105); }

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

background-color css

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

 a { background-color: rgb(125,220,105); }

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

border-color css

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

 span { border-color: rgb(125,220,105); }

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