Html Css Color HEX #74DA7D Pastel Green

📋 copy color: '#74DA7D'

red 116 ◦ green 218 ◦ blue 125

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

Shades of Pastel Green #74DA7D

Tints of Pastel Green #74DA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

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

R = 25.27%
G = 47.49%
B = 27.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#74DA7D (or 0x74DA7D) is known color: Pastel Green. HEX triplet: 74, DA and 7D. RGB value is (116,218,125). Sum of RGB (Red+Green+Blue) = 116+218+125=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA7D is #8B2582. Grayscale: #B1B1B1. Windows color (decimal): -9119107 or 8247924. OLE color: 8247924.

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

Color convert

RGB 116 218 125 -
CMYK 0.47 0 0.43 0.15
HSL 125.29º 0.58% 0.65% -
HSV(B) 125.29º 0.47% 0.85% -
XYZ 35.98 55.34 28.19 -
YUV 176.9 98.71 84.56 -
System Red Green Blue C M Y K H S L
Decimal 116 218 125 0.47 0 0.43 0.15 125.29 0.58 0.65
Hex 74 DA 7D 2F 0 2B F 7D 3A 41
Octal 164 332 175 57 0 53 17 175 72 101
Binary 1110100 11011010 1111101 101111 0 101011 1111 1111101 111010 1000001

Color Harmonies of #74DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DA7D

Black with #74DA7D

Text Example


Text Example

White with #74DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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