#75CD99

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

Shades of Silver Tree #75CD99

Tints of Silver Tree #75CD99

Color information

#75CD99 (or 0x75CD99) is unknown color: approx Silver Tree. HEX triplet: 75, CD and 99. RGB value is (117,205,153). Sum of RGB (Red+Green+Blue) = 117+205+153=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CD99 is #8A3266. Grayscale: #ACACAC. Windows color (decimal): -9056871 or 10079605. OLE color: 10079605.

HSL color Cylindrical-coordinate representation of color #75CD99: hue angle of 144.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CD99 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB117205153-
CMYK0.4300.250.20
HSL144.55º46.81%63.14%-
HSV(B)144.55º42.93%80.39%-
XYZ34.9249.7437.9-
YUV172.76116.8588.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=24.63%
G=43.16%
B=32.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051530.4300.250.20144.5546.8163.14
Hex75CD992B01914912f3f
Octal16531523153031242215777
Binary111010111001101100110011010110110011010010010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,153); }

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

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

 a { background-color: rgb(117,205,153); }

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

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

 span { border-color: rgb(117,205,153); }

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