Html Css Color HEX #7DD06F Pastel Green

📋 copy color: '#7DD06F'

red 125 ◦ green 208 ◦ blue 111

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

Shades of Pastel Green #7DD06F

Tints of Pastel Green #7DD06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 111 (43.75% from 255) = 25%

R = 28.15%
G = 46.85%
B = 25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#7DD06F (or 0x7DD06F) is known color: Pastel Green. HEX triplet: 7D, D0 and 6F. RGB value is (125,208,111). Sum of RGB (Red+Green+Blue) = 125+208+111=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD06F is #822F90. Grayscale: #ACACAC. Windows color (decimal): -8531857 or 7327869. OLE color: 7327869.

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

Color convert

RGB 125 208 111 -
CMYK 0.40 0 0.47 0.18
HSL 111.34º 0.51% 0.63% -
HSV(B) 111.34º 0.47% 0.82% -
XYZ 33.88 50.62 23.02 -
YUV 172.13 93.5 94.39 -
System Red Green Blue C M Y K H S L
Decimal 125 208 111 0.40 0 0.47 0.18 111.34 0.51 0.63
Hex 7D D0 6F 28 0 2F 12 6F 33 3F
Octal 175 320 157 50 0 57 22 157 63 77
Binary 1111101 11010000 1101111 101000 0 101111 10010 1101111 110011 111111

Color Harmonies of #7DD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD06F

Black with #7DD06F

Text Example


Text Example

White with #7DD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,208,111); }

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

background-color css

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

 a { background-color: rgb(125,208,111); }

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

border-color css

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

 span { border-color: rgb(125,208,111); }

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