Html Css Color HEX #7DC974 Pastel Green

📋 copy color: '#7DC974'

red 125 ◦ green 201 ◦ blue 116

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

Shades of Pastel Green #7DC974

Tints of Pastel Green #7DC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 28.28%
G = 45.48%
B = 26.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#7DC974 (or 0x7DC974) is known color: Pastel Green. HEX triplet: 7D, C9 and 74. RGB value is (125,201,116). Sum of RGB (Red+Green+Blue) = 125+201+116=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC974 is #82368B. Grayscale: #A8A8A8. Windows color (decimal): -8533644 or 7653757. OLE color: 7653757.

HSL color Cylindrical-coordinate representation of color #7DC974: hue angle of 113.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DC974 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 116 -
CMYK 0.38 0 0.42 0.21
HSL 113.65º 0.44% 0.62% -
HSV(B) 113.65º 0.42% 0.79% -
XYZ 32.5 47.39 23.96 -
YUV 168.59 98.32 96.91 -
System Red Green Blue C M Y K H S L
Decimal 125 201 116 0.38 0 0.42 0.21 113.65 0.44 0.62
Hex 7D C9 74 26 0 2A 15 72 2C 3E
Octal 175 311 164 46 0 52 25 162 54 76
Binary 1111101 11001001 1110100 100110 0 101010 10101 1110010 101100 111110

Color Harmonies of #7DC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC974

Black with #7DC974

Text Example


Text Example

White with #7DC974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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