Html Css Color HEX #7DCB74 Pastel Green

📋 copy color: '#7DCB74'

red 125 ◦ green 203 ◦ blue 116

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

Shades of Pastel Green #7DCB74

Tints of Pastel Green #7DCB74

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

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

R = 28.15%
G = 45.72%
B = 26.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#7DCB74 (or 0x7DCB74) is known color: Pastel Green. HEX triplet: 7D, CB and 74. RGB value is (125,203,116). Sum of RGB (Red+Green+Blue) = 125+203+116=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB74 is #82348B. Grayscale: #AAAAAA. Windows color (decimal): -8533132 or 7654269. OLE color: 7654269.

HSL color Cylindrical-coordinate representation of color #7DCB74: hue angle of 113.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCB74 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 116 -
CMYK 0.38 0 0.43 0.20
HSL 113.79º 0.46% 0.63% -
HSV(B) 113.79º 0.43% 0.8% -
XYZ 32.97 48.33 24.11 -
YUV 169.76 97.66 96.07 -
System Red Green Blue C M Y K H S L
Decimal 125 203 116 0.38 0 0.43 0.20 113.79 0.46 0.63
Hex 7D CB 74 26 0 2B 14 72 2E 3F
Octal 175 313 164 46 0 53 24 162 56 77
Binary 1111101 11001011 1110100 100110 0 101011 10100 1110010 101110 111111

Color Harmonies of #7DCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCB74

Black with #7DCB74

Text Example


Text Example

White with #7DCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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