Html Css Color HEX #74DB77 Pastel Green

📋 copy color: '#74DB77'

red 116 ◦ green 219 ◦ blue 119

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

Shades of Pastel Green #74DB77

Tints of Pastel Green #74DB77

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 25.55%
G = 48.24%
B = 26.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#74DB77 (or 0x74DB77) is known color: Pastel Green. HEX triplet: 74, DB and 77. RGB value is (116,219,119). Sum of RGB (Red+Green+Blue) = 116+219+119=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB77 is #8B2488. Grayscale: #B1B1B1. Windows color (decimal): -9118857 or 7854964. OLE color: 7854964.

HSL color Cylindrical-coordinate representation of color #74DB77: hue angle of 121.75º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DB77 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 119 -
CMYK 0.47 0 0.46 0.14
HSL 121.75º 0.59% 0.66% -
HSV(B) 121.75º 0.47% 0.86% -
XYZ 35.86 55.71 26.32 -
YUV 176.8 95.38 84.63 -
System Red Green Blue C M Y K H S L
Decimal 116 219 119 0.47 0 0.46 0.14 121.75 0.59 0.66
Hex 74 DB 77 2F 0 2E E 7A 3B 42
Octal 164 333 167 57 0 56 16 172 73 102
Binary 1110100 11011011 1110111 101111 0 101110 1110 1111010 111011 1000010

Color Harmonies of #74DB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DB77

Black with #74DB77

Text Example


Text Example

White with #74DB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,219,119); }

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

background-color css

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

 a { background-color: rgb(116,219,119); }

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

border-color css

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

 span { border-color: rgb(116,219,119); }

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