Html Css Color HEX #75D49B Silver Tree

📋 copy color: '#75D49B'

red 117 ◦ green 212 ◦ blue 155

#75D49B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #75D49B

Tints of Silver Tree #75D49B

RGB

 RED value IS 117 (46.09% from 255) = 24.17%

 GREEN value IS 212 (83.2% from 255) = 43.8%

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 24.17%
G = 43.8%
B = 32.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#75D49B (or 0x75D49B) is known color: Silver Tree. HEX triplet: 75, D4 and 9B. RGB value is (117,212,155). Sum of RGB (Red+Green+Blue) = 117+212+155=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #75D49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D49B is #8A2B64. Grayscale: #B1B1B1. Windows color (decimal): -9055077 or 10212469. OLE color: 10212469.

HSL color Cylindrical-coordinate representation of color #75D49B: hue angle of 144º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D49B is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 155 -
CMYK 0.45 0 0.27 0.17
HSL 144º 0.52% 0.65% -
HSV(B) 144º 0.45% 0.83% -
XYZ 36.8 53.24 39.35 -
YUV 177.1 115.53 85.13 -
System Red Green Blue C M Y K H S L
Decimal 117 212 155 0.45 0 0.27 0.17 144 0.52 0.65
Hex 75 D4 9B 2D 0 1B 11 90 34 41
Octal 165 324 233 55 0 33 21 220 64 101
Binary 1110101 11010100 10011011 101101 0 11011 10001 10010000 110100 1000001

Color Harmonies of #75D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D49B

Black with #75D49B

Text Example


Text Example

White with #75D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,212,155); }

 H1.HeaderClassName
 {
   color: #75D49B;
 }
 .AnyTagClassName
 {
   color: #75D49B;
 }
</style>

background-color css

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

 a { background-color: rgb(117,212,155); }

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

border-color css

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

 span { border-color: rgb(117,212,155); }

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