Html Css Color HEX #74D17A Pastel Green

📋 copy color: '#74D17A'

red 116 ◦ green 209 ◦ blue 122

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

Shades of Pastel Green #74D17A

Tints of Pastel Green #74D17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.76%

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 25.95%
G = 46.76%
B = 27.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#74D17A (or 0x74D17A) is known color: Pastel Green. HEX triplet: 74, D1 and 7A. RGB value is (116,209,122). Sum of RGB (Red+Green+Blue) = 116+209+122=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #74D17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D17A is #8B2E85. Grayscale: #ABABAB. Windows color (decimal): -9121414 or 8049012. OLE color: 8049012.

HSL color Cylindrical-coordinate representation of color #74D17A: hue angle of 123.87º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D17A is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 122 -
CMYK 0.44 0 0.42 0.18
HSL 123.87º 0.5% 0.64% -
HSV(B) 123.87º 0.44% 0.82% -
XYZ 33.52 50.72 26.44 -
YUV 171.28 100.19 88.57 -
System Red Green Blue C M Y K H S L
Decimal 116 209 122 0.44 0 0.42 0.18 123.87 0.5 0.64
Hex 74 D1 7A 2C 0 2A 12 7C 32 40
Octal 164 321 172 54 0 52 22 174 62 100
Binary 1110100 11010001 1111010 101100 0 101010 10010 1111100 110010 1000000

Color Harmonies of #74D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D17A

Black with #74D17A

Text Example


Text Example

White with #74D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,122); }

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

background-color css

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

 a { background-color: rgb(116,209,122); }

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

border-color css

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

 span { border-color: rgb(116,209,122); }

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