Html Css Color HEX #74D47D Pastel Green

📋 copy color: '#74D47D'

red 116 ◦ green 212 ◦ blue 125

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

Shades of Pastel Green #74D47D

Tints of Pastel Green #74D47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 25.61%
G = 46.8%
B = 27.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#74D47D (or 0x74D47D) is known color: Pastel Green. HEX triplet: 74, D4 and 7D. RGB value is (116,212,125). Sum of RGB (Red+Green+Blue) = 116+212+125=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #74D47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D47D is #8B2B82. Grayscale: #ADADAD. Windows color (decimal): -9120643 or 8246388. OLE color: 8246388.

HSL color Cylindrical-coordinate representation of color #74D47D: hue angle of 125.62º 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 #74D47D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 125 -
CMYK 0.45 0 0.41 0.17
HSL 125.63º 0.53% 0.64% -
HSV(B) 125.63º 0.45% 0.83% -
XYZ 34.45 52.28 27.68 -
YUV 173.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 116 212 125 0.45 0 0.41 0.17 125.63 0.53 0.64
Hex 74 D4 7D 2D 0 29 11 7E 35 40
Octal 164 324 175 55 0 51 21 176 65 100
Binary 1110100 11010100 1111101 101101 0 101001 10001 1111110 110101 1000000

Color Harmonies of #74D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D47D

Black with #74D47D

Text Example


Text Example

White with #74D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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