#75DC97

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

Shades of Silver Tree #75DC97

Tints of Silver Tree #75DC97

Color information

#75DC97 (or 0x75DC97) is unknown color: approx Silver Tree. HEX triplet: 75, DC and 97. RGB value is (117,220,151). Sum of RGB (Red+Green+Blue) = 117+220+151=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC97 is #8A2368. Grayscale: #B5B5B5. Windows color (decimal): -9053033 or 9952373. OLE color: 9952373.

HSL color Cylindrical-coordinate representation of color #75DC97: hue angle of 139.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC97 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB117220151-
CMYK0.4700.310.14
HSL139.81º59.54%66.08%-
HSV(B)139.81º46.82%86.27%-
XYZ38.5257.238.29-
YUV181.34110.8882.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.98%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=23.98%
G=45.08%
B=30.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201510.4700.310.14139.8159.5466.08
Hex75DC972F01FE8c3c42
Octal165334227570371621474102
Binary111010111011100100101111011110111111110100011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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