#75D297

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

Shades of Silver Tree #75D297

Tints of Silver Tree #75D297

Color information

#75D297 (or 0x75D297) is unknown color: approx Silver Tree. HEX triplet: 75, D2 and 97. RGB value is (117,210,151). Sum of RGB (Red+Green+Blue) = 117+210+151=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #75D297 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D297 is #8A2D68. Grayscale: #AFAFAF. Windows color (decimal): -9055593 or 9949813. OLE color: 9949813.

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

Color convert

RGB117210151-
CMYK0.4400.280.18
HSL141.94º50.82%64.12%-
HSV(B)141.94º44.29%82.35%-
XYZ35.9752.1137.44-
YUV175.47114.1986.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=24.48%
G=43.93%
B=31.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101510.4400.280.18141.9450.8264.12
Hex75D2972C01C128e3340
Octal165322227540342221663100
Binary1110101110100101001011110110001110010010100011101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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