Html Css Color HEX #7DCE74 Pastel Green

📋 copy color: '#7DCE74'

red 125 ◦ green 206 ◦ blue 116

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

Shades of Pastel Green #7DCE74

Tints of Pastel Green #7DCE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

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

R = 27.96%
G = 46.09%
B = 25.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#7DCE74 (or 0x7DCE74) is known color: Pastel Green. HEX triplet: 7D, CE and 74. RGB value is (125,206,116). Sum of RGB (Red+Green+Blue) = 125+206+116=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE74 is #82318B. Grayscale: #ABABAB. Windows color (decimal): -8532364 or 7655037. OLE color: 7655037.

HSL color Cylindrical-coordinate representation of color #7DCE74: hue angle of 114º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCE74 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 116 -
CMYK 0.39 0 0.44 0.19
HSL 114º 0.48% 0.63% -
HSV(B) 114º 0.44% 0.81% -
XYZ 33.68 49.76 24.35 -
YUV 171.52 96.66 94.82 -
System Red Green Blue C M Y K H S L
Decimal 125 206 116 0.39 0 0.44 0.19 114 0.48 0.63
Hex 7D CE 74 27 0 2C 13 72 30 3F
Octal 175 316 164 47 0 54 23 162 60 77
Binary 1111101 11001110 1110100 100111 0 101100 10011 1110010 110000 111111

Color Harmonies of #7DCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE74

Black with #7DCE74

Text Example


Text Example

White with #7DCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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