Html Css Color HEX #74DC9A Silver Tree

📋 copy color: '#74DC9A'

red 116 ◦ green 220 ◦ blue 154

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

Shades of Silver Tree #74DC9A

Tints of Silver Tree #74DC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 23.67%
G = 44.9%
B = 31.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#74DC9A (or 0x74DC9A) is known color: Silver Tree. HEX triplet: 74, DC and 9A. RGB value is (116,220,154). Sum of RGB (Red+Green+Blue) = 116+220+154=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC9A is #8B2365. Grayscale: #B5B5B5. Windows color (decimal): -9118566 or 10148980. OLE color: 10148980.

HSL color Cylindrical-coordinate representation of color #74DC9A: hue angle of 141.92º degrees, saturation: 0.6, 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 #74DC9A is Cyan = 0.47, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 154 -
CMYK 0.47 0 0.3 0.14
HSL 141.92º 0.6% 0.66% -
HSV(B) 141.92º 0.47% 0.86% -
XYZ 38.63 57.23 39.58 -
YUV 181.38 112.54 81.37 -
System Red Green Blue C M Y K H S L
Decimal 116 220 154 0.47 0 0.3 0.14 141.92 0.6 0.66
Hex 74 DC 9A 2F 0 1E E 8E 3C 42
Octal 164 334 232 57 0 36 16 216 74 102
Binary 1110100 11011100 10011010 101111 0 11110 1110 10001110 111100 1000010

Color Harmonies of #74DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC9A

Black with #74DC9A

Text Example


Text Example

White with #74DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,154); }

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

background-color css

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

 a { background-color: rgb(116,220,154); }

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

border-color css

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

 span { border-color: rgb(116,220,154); }

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