#75D291

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

Shades of Silver Tree #75D291

Tints of Silver Tree #75D291

Color information

#75D291 (or 0x75D291) is unknown color: approx Silver Tree. HEX triplet: 75, D2 and 91. RGB value is (117,210,145). Sum of RGB (Red+Green+Blue) = 117+210+145=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #75D291 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D291 is #8A2D6E. Grayscale: #AEAEAE. Windows color (decimal): -9055599 or 9556597. OLE color: 9556597.

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

Color convert

RGB117210145-
CMYK0.4400.310.18
HSL138.06º50.82%64.12%-
HSV(B)138.06º44.29%82.35%-
XYZ35.4951.9234.94-
YUV174.78111.1986.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 210 (82.42% from 255) = 44.49%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=24.79%
G=44.49%
B=30.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101450.4400.310.18138.0650.8264.12
Hex75D2912C01F128a3340
Octal165322221540372221263100
Binary1110101110100101001000110110001111110010100010101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D291; }

 p { color: rgb(117,210,145); }

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

<style>
 a { background-color: #75D291; }

 a { background-color: rgb(117,210,145); }

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

<style>
 span { border-color: #75D291; }

 span { border-color: rgb(117,210,145); }

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