Html Css Color HEX #7DD868 Pastel Green

📋 copy color: '#7DD868'

red 125 ◦ green 216 ◦ blue 104

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

Shades of Pastel Green #7DD868

Tints of Pastel Green #7DD868

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 28.09%
G = 48.54%
B = 23.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#7DD868 (or 0x7DD868) is known color: Pastel Green. HEX triplet: 7D, D8 and 68. RGB value is (125,216,104). Sum of RGB (Red+Green+Blue) = 125+216+104=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD868 is #822797. Grayscale: #B0B0B0. Windows color (decimal): -8529816 or 6871165. OLE color: 6871165.

HSL color Cylindrical-coordinate representation of color #7DD868: hue angle of 108.75º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DD868 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 104 -
CMYK 0.42 0 0.52 0.15
HSL 108.75º 0.59% 0.63% -
HSV(B) 108.75º 0.52% 0.85% -
XYZ 35.51 54.47 21.74 -
YUV 176.02 87.35 91.61 -
System Red Green Blue C M Y K H S L
Decimal 125 216 104 0.42 0 0.52 0.15 108.75 0.59 0.63
Hex 7D D8 68 2A 0 34 F 6D 3B 3F
Octal 175 330 150 52 0 64 17 155 73 77
Binary 1111101 11011000 1101000 101010 0 110100 1111 1101101 111011 111111

Color Harmonies of #7DD868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD868

Black with #7DD868

Text Example


Text Example

White with #7DD868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,104); }

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

background-color css

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

 a { background-color: rgb(125,216,104); }

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

border-color css

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

 span { border-color: rgb(125,216,104); }

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