Html Css Color HEX #74DD89 Pastel Green

📋 copy color: '#74DD89'

red 116 ◦ green 221 ◦ blue 137

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

Shades of Pastel Green #74DD89

Tints of Pastel Green #74DD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 24.47%
G = 46.62%
B = 28.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#74DD89 (or 0x74DD89) is known color: Pastel Green. HEX triplet: 74, DD and 89. RGB value is (116,221,137). Sum of RGB (Red+Green+Blue) = 116+221+137=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD89 is #8B2276. Grayscale: #B4B4B4. Windows color (decimal): -9118327 or 9035124. OLE color: 9035124.

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

Color convert

RGB 116 221 137 -
CMYK 0.48 0 0.38 0.13
HSL 132º 0.61% 0.66% -
HSV(B) 132º 0.48% 0.87% -
XYZ 37.57 57.23 32.73 -
YUV 180.03 103.71 82.33 -
System Red Green Blue C M Y K H S L
Decimal 116 221 137 0.48 0 0.38 0.13 132 0.61 0.66
Hex 74 DD 89 30 0 26 D 84 3D 42
Octal 164 335 211 60 0 46 15 204 75 102
Binary 1110100 11011101 10001001 110000 0 100110 1101 10000100 111101 1000010

Color Harmonies of #74DD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD89

Black with #74DD89

Text Example


Text Example

White with #74DD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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