Html Css Color HEX #75D995 Silver Tree

📋 copy color: '#75D995'

red 117 ◦ green 217 ◦ blue 149

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

Shades of Silver Tree #75D995

Tints of Silver Tree #75D995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.93%

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 24.22%
G = 44.93%
B = 30.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#75D995 (or 0x75D995) is known color: Silver Tree. HEX triplet: 75, D9 and 95. RGB value is (117,217,149). Sum of RGB (Red+Green+Blue) = 117+217+149=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #75D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D995 is #8A266A. Grayscale: #B3B3B3. Windows color (decimal): -9053803 or 9820533. OLE color: 9820533.

HSL color Cylindrical-coordinate representation of color #75D995: hue angle of 139.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D995 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 149 -
CMYK 0.46 0 0.31 0.15
HSL 139.2º 0.57% 0.65% -
HSV(B) 139.2º 0.46% 0.85% -
XYZ 37.57 55.58 37.18 -
YUV 179.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 117 217 149 0.46 0 0.31 0.15 139.2 0.57 0.65
Hex 75 D9 95 2E 0 1F F 8B 39 41
Octal 165 331 225 56 0 37 17 213 71 101
Binary 1110101 11011001 10010101 101110 0 11111 1111 10001011 111001 1000001

Color Harmonies of #75D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D995

Black with #75D995

Text Example


Text Example

White with #75D995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,217,149); }

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

background-color css

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

 a { background-color: rgb(117,217,149); }

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

border-color css

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

 span { border-color: rgb(117,217,149); }

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