Html Css Color HEX #7DD768 Pastel Green

📋 copy color: '#7DD768'

red 125 ◦ green 215 ◦ blue 104

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

Shades of Pastel Green #7DD768

Tints of Pastel Green #7DD768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 28.15%
G = 48.42%
B = 23.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#7DD768 (or 0x7DD768) is known color: Pastel Green. HEX triplet: 7D, D7 and 68. RGB value is (125,215,104). Sum of RGB (Red+Green+Blue) = 125+215+104=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD768 is #822897. Grayscale: #AFAFAF. Windows color (decimal): -8530072 or 6870909. OLE color: 6870909.

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

Color convert

RGB 125 215 104 -
CMYK 0.42 0 0.52 0.16
HSL 108.65º 0.58% 0.63% -
HSV(B) 108.65º 0.52% 0.84% -
XYZ 35.26 53.96 21.65 -
YUV 175.44 87.68 92.03 -
System Red Green Blue C M Y K H S L
Decimal 125 215 104 0.42 0 0.52 0.16 108.65 0.58 0.63
Hex 7D D7 68 2A 0 34 10 6D 3A 3F
Octal 175 327 150 52 0 64 20 155 72 77
Binary 1111101 11010111 1101000 101010 0 110100 10000 1101101 111010 111111

Color Harmonies of #7DD768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD768

Black with #7DD768

Text Example


Text Example

White with #7DD768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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