#74D499

Color #74D499 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #74D499

Tints of Silver Tree #74D499

Color information

#74D499 (or 0x74D499) is unknown color: approx Silver Tree. HEX triplet: 74, D4 and 99. RGB value is (116,212,153). Sum of RGB (Red+Green+Blue) = 116+212+153=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #74D499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D499 is #8B2B66. Grayscale: #B0B0B0. Windows color (decimal): -9120615 or 10081396. OLE color: 10081396.

HSL color Cylindrical-coordinate representation of color #74D499: hue angle of 143.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D499 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB116212153-
CMYK0.4500.280.17
HSL143.12º52.75%64.31%-
HSV(B)143.12º45.28%83.14%-
XYZ36.553.138.46-
YUV176.57114.784.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.12%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=24.12%
G=44.07%
B=31.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1162121530.4500.280.17143.1252.7564.31
Hex74D4992D01C118f3540
Octal164324231550342121765100
Binary1110100110101001001100110110101110010001100011111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,212,153); }

 H1.HeaderClassName
 {
   color: #74D499;
 }
 .AnyTagClassName
 {
   color: #74D499;
 }
</style>
background-color css

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

 a { background-color: rgb(116,212,153); }

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

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

 span { border-color: rgb(116,212,153); }

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