Html Css Color HEX #74D87D Pastel Green

📋 copy color: '#74D87D'

red 116 ◦ green 216 ◦ blue 125

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

Shades of Pastel Green #74D87D

Tints of Pastel Green #74D87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 25.38%
G = 47.26%
B = 27.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#74D87D (or 0x74D87D) is known color: Pastel Green. HEX triplet: 74, D8 and 7D. RGB value is (116,216,125). Sum of RGB (Red+Green+Blue) = 116+216+125=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #74D87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D87D is #8B2782. Grayscale: #AFAFAF. Windows color (decimal): -9119619 or 8247412. OLE color: 8247412.

HSL color Cylindrical-coordinate representation of color #74D87D: hue angle of 125.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D87D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 125 -
CMYK 0.46 0 0.42 0.15
HSL 125.4º 0.56% 0.65% -
HSV(B) 125.4º 0.46% 0.85% -
XYZ 35.46 54.31 28.02 -
YUV 175.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 116 216 125 0.46 0 0.42 0.15 125.4 0.56 0.65
Hex 74 D8 7D 2E 0 2A F 7D 38 41
Octal 164 330 175 56 0 52 17 175 70 101
Binary 1110100 11011000 1111101 101110 0 101010 1111 1111101 111000 1000001

Color Harmonies of #74D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D87D

Black with #74D87D

Text Example


Text Example

White with #74D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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