Html Css Color HEX #74D47C Pastel Green

📋 copy color: '#74D47C'

red 116 ◦ green 212 ◦ blue 124

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

Shades of Pastel Green #74D47C

Tints of Pastel Green #74D47C

RGB

 RED value IS 116 (45.7% from 255) = 25.66%

 GREEN value IS 212 (83.2% from 255) = 46.9%

 BLUE value IS 124 (48.83% from 255) = 27.43%

R = 25.66%
G = 46.9%
B = 27.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#74D47C (or 0x74D47C) is known color: Pastel Green. HEX triplet: 74, D4 and 7C. RGB value is (116,212,124). Sum of RGB (Red+Green+Blue) = 116+212+124=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #74D47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D47C is #8B2B83. Grayscale: #ADADAD. Windows color (decimal): -9120644 or 8180852. OLE color: 8180852.

HSL color Cylindrical-coordinate representation of color #74D47C: hue angle of 125º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D47C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 124 -
CMYK 0.45 0 0.42 0.17
HSL 125º 0.53% 0.64% -
HSV(B) 125º 0.45% 0.83% -
XYZ 34.38 52.26 27.34 -
YUV 173.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 116 212 124 0.45 0 0.42 0.17 125 0.53 0.64
Hex 74 D4 7C 2D 0 2A 11 7D 35 40
Octal 164 324 174 55 0 52 21 175 65 100
Binary 1110100 11010100 1111100 101101 0 101010 10001 1111101 110101 1000000

Color Harmonies of #74D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D47C

Black with #74D47C

Text Example


Text Example

White with #74D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74D47C; }

 p { color: rgb(116,212,124); }

 H1.HeaderClassName
 {
   color: #74D47C;
 }
 .AnyTagClassName
 {
   color: #74D47C;
 }
</style>

background-color css

<style>
 a { background-color: #74D47C; }

 a { background-color: rgb(116,212,124); }

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

border-color css

<style>
 span { border-color: #74D47C; }

 span { border-color: rgb(116,212,124); }

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