Html Css Color HEX #75DC95 Silver Tree

📋 copy color: '#75DC95'

red 117 ◦ green 220 ◦ blue 149

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

Shades of Silver Tree #75DC95

Tints of Silver Tree #75DC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 24.07%
G = 45.27%
B = 30.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#75DC95 (or 0x75DC95) is known color: Silver Tree. HEX triplet: 75, DC and 95. RGB value is (117,220,149). Sum of RGB (Red+Green+Blue) = 117+220+149=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC95 is #8A236A. Grayscale: #B5B5B5. Windows color (decimal): -9053035 or 9821301. OLE color: 9821301.

HSL color Cylindrical-coordinate representation of color #75DC95: hue angle of 138.64º 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 #75DC95 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 149 -
CMYK 0.47 0 0.32 0.14
HSL 138.64º 0.6% 0.66% -
HSV(B) 138.64º 0.47% 0.86% -
XYZ 38.35 57.14 37.44 -
YUV 181.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 117 220 149 0.47 0 0.32 0.14 138.64 0.6 0.66
Hex 75 DC 95 2F 0 20 E 8B 3C 42
Octal 165 334 225 57 0 40 16 213 74 102
Binary 1110101 11011100 10010101 101111 0 100000 1110 10001011 111100 1000010

Color Harmonies of #75DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC95

Black with #75DC95

Text Example


Text Example

White with #75DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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