Html Css Color HEX #75D495 Silver Tree

📋 copy color: '#75D495'

red 117 ◦ green 212 ◦ blue 149

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

Shades of Silver Tree #75D495

Tints of Silver Tree #75D495

RGB

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

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

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

R = 24.48%
G = 44.35%
B = 31.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#75D495 (or 0x75D495) is known color: Silver Tree. HEX triplet: 75, D4 and 95. RGB value is (117,212,149). Sum of RGB (Red+Green+Blue) = 117+212+149=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #75D495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D495 is #8A2B6A. Grayscale: #B0B0B0. Windows color (decimal): -9055083 or 9819253. OLE color: 9819253.

HSL color Cylindrical-coordinate representation of color #75D495: hue angle of 140.21º 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 #75D495 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 149 -
CMYK 0.45 0 0.30 0.17
HSL 140.21º 0.52% 0.65% -
HSV(B) 140.21º 0.45% 0.83% -
XYZ 36.3 53.04 36.76 -
YUV 176.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 117 212 149 0.45 0 0.30 0.17 140.21 0.52 0.65
Hex 75 D4 95 2D 0 1E 11 8C 34 41
Octal 165 324 225 55 0 36 21 214 64 101
Binary 1110101 11010100 10010101 101101 0 11110 10001 10001100 110100 1000001

Color Harmonies of #75D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D495

Black with #75D495

Text Example


Text Example

White with #75D495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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