Html Css Color HEX #7DD074 Pastel Green

📋 copy color: '#7DD074'

red 125 ◦ green 208 ◦ blue 116

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

Shades of Pastel Green #7DD074

Tints of Pastel Green #7DD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 27.84%
G = 46.33%
B = 25.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#7DD074 (or 0x7DD074) is known color: Pastel Green. HEX triplet: 7D, D0 and 74. RGB value is (125,208,116). Sum of RGB (Red+Green+Blue) = 125+208+116=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD074 is #822F8B. Grayscale: #ACACAC. Windows color (decimal): -8531852 or 7655549. OLE color: 7655549.

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

Color convert

RGB 125 208 116 -
CMYK 0.40 0 0.44 0.18
HSL 114.13º 0.49% 0.64% -
HSV(B) 114.13º 0.44% 0.82% -
XYZ 34.17 50.73 24.51 -
YUV 172.7 96 93.98 -
System Red Green Blue C M Y K H S L
Decimal 125 208 116 0.40 0 0.44 0.18 114.13 0.49 0.64
Hex 7D D0 74 28 0 2C 12 72 31 40
Octal 175 320 164 50 0 54 22 162 61 100
Binary 1111101 11010000 1110100 101000 0 101100 10010 1110010 110001 1000000

Color Harmonies of #7DD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD074

Black with #7DD074

Text Example


Text Example

White with #7DD074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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