Html Css Color HEX #7DCE71 Pastel Green

📋 copy color: '#7DCE71'

red 125 ◦ green 206 ◦ blue 113

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

Shades of Pastel Green #7DCE71

Tints of Pastel Green #7DCE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 28.15%
G = 46.4%
B = 25.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#7DCE71 (or 0x7DCE71) is known color: Pastel Green. HEX triplet: 7D, CE and 71. RGB value is (125,206,113). Sum of RGB (Red+Green+Blue) = 125+206+113=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE71 is #82318E. Grayscale: #ABABAB. Windows color (decimal): -8532367 or 7458429. OLE color: 7458429.

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

Color convert

RGB 125 206 113 -
CMYK 0.39 0 0.45 0.19
HSL 112.26º 0.49% 0.63% -
HSV(B) 112.26º 0.45% 0.81% -
XYZ 33.51 49.69 23.45 -
YUV 171.18 95.16 95.06 -
System Red Green Blue C M Y K H S L
Decimal 125 206 113 0.39 0 0.45 0.19 112.26 0.49 0.63
Hex 7D CE 71 27 0 2D 13 70 31 3F
Octal 175 316 161 47 0 55 23 160 61 77
Binary 1111101 11001110 1110001 100111 0 101101 10011 1110000 110001 111111

Color Harmonies of #7DCE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE71

Black with #7DCE71

Text Example


Text Example

White with #7DCE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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