Html Css Color HEX #74DD5E Pastel Green

📋 copy color: '#74DD5E'

red 116 ◦ green 221 ◦ blue 94

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

Shades of Pastel Green #74DD5E

Tints of Pastel Green #74DD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.28%

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 26.91%
G = 51.28%
B = 21.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#74DD5E (or 0x74DD5E) is known color: Pastel Green. HEX triplet: 74, DD and 5E. RGB value is (116,221,94). Sum of RGB (Red+Green+Blue) = 116+221+94=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD5E is #8B22A1. Grayscale: #AFAFAF. Windows color (decimal): -9118370 or 6217076. OLE color: 6217076.

HSL color Cylindrical-coordinate representation of color #74DD5E: hue angle of 109.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74DD5E is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 94 -
CMYK 0.48 0 0.57 0.13
HSL 109.61º 0.65% 0.62% -
HSV(B) 109.61º 0.57% 0.87% -
XYZ 35.08 56.23 19.6 -
YUV 175.13 82.21 85.83 -
System Red Green Blue C M Y K H S L
Decimal 116 221 94 0.48 0 0.57 0.13 109.61 0.65 0.62
Hex 74 DD 5E 30 0 39 D 6E 41 3E
Octal 164 335 136 60 0 71 15 156 101 76
Binary 1110100 11011101 1011110 110000 0 111001 1101 1101110 1000001 111110

Color Harmonies of #74DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD5E

Black with #74DD5E

Text Example


Text Example

White with #74DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,221,94); }

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

background-color css

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

 a { background-color: rgb(116,221,94); }

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

border-color css

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

 span { border-color: rgb(116,221,94); }

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