#74D298

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

Shades of Silver Tree #74D298

Tints of Silver Tree #74D298

Color information

#74D298 (or 0x74D298) is unknown color: approx Silver Tree. HEX triplet: 74, D2 and 98. RGB value is (116,210,152). Sum of RGB (Red+Green+Blue) = 116+210+152=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #74D298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D298 is #8B2D67. Grayscale: #AFAFAF. Windows color (decimal): -9121128 or 10015348. OLE color: 10015348.

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

Color convert

RGB116210152-
CMYK0.4500.280.18
HSL142.98º51.09%63.92%-
HSV(B)142.98º44.76%82.35%-
XYZ35.9252.0737.86-
YUV175.28114.8685.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.27%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=24.27%
G=43.93%
B=31.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162101520.4500.280.18142.9851.0963.92
Hex74D2982D01C128f3340
Octal164322230550342221763100
Binary1110100110100101001100010110101110010010100011111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,210,152); }

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

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

 a { background-color: rgb(116,210,152); }

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

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

 span { border-color: rgb(116,210,152); }

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