Html Css Color HEX #74D190 Silver Tree

📋 copy color: '#74D190'

red 116 ◦ green 209 ◦ blue 144

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

Shades of Silver Tree #74D190

Tints of Silver Tree #74D190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 24.73%
G = 44.56%
B = 30.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#74D190 (or 0x74D190) is known color: Silver Tree. HEX triplet: 74, D1 and 90. RGB value is (116,209,144). Sum of RGB (Red+Green+Blue) = 116+209+144=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #74D190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D190 is #8B2E6F. Grayscale: #ADADAD. Windows color (decimal): -9121392 or 9490804. OLE color: 9490804.

HSL color Cylindrical-coordinate representation of color #74D190: hue angle of 138.06º 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 #74D190 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 144 -
CMYK 0.44 0 0.31 0.18
HSL 138.06º 0.5% 0.64% -
HSV(B) 138.06º 0.44% 0.82% -
XYZ 35.04 51.33 34.45 -
YUV 173.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 116 209 144 0.44 0 0.31 0.18 138.06 0.5 0.64
Hex 74 D1 90 2C 0 1F 12 8A 32 40
Octal 164 321 220 54 0 37 22 212 62 100
Binary 1110100 11010001 10010000 101100 0 11111 10010 10001010 110010 1000000

Color Harmonies of #74D190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D190

Black with #74D190

Text Example


Text Example

White with #74D190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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