Html Css Color HEX #75DB95 Silver Tree

📋 copy color: '#75DB95'

red 117 ◦ green 219 ◦ blue 149

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

Shades of Silver Tree #75DB95

Tints of Silver Tree #75DB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

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

R = 24.12%
G = 45.15%
B = 30.72%

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

#75DB95 (or 0x75DB95) is known color: Silver Tree. HEX triplet: 75, DB and 95. RGB value is (117,219,149). Sum of RGB (Red+Green+Blue) = 117+219+149=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB95 is #8A246A. Grayscale: #B4B4B4. Windows color (decimal): -9053291 or 9821045. OLE color: 9821045.

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

Color convert

RGB 117 219 149 -
CMYK 0.47 0 0.32 0.14
HSL 138.82º 0.59% 0.66% -
HSV(B) 138.82º 0.47% 0.86% -
XYZ 38.09 56.61 37.35 -
YUV 180.52 110.21 82.69 -
System Red Green Blue C M Y K H S L
Decimal 117 219 149 0.47 0 0.32 0.14 138.82 0.59 0.66
Hex 75 DB 95 2F 0 20 E 8B 3B 42
Octal 165 333 225 57 0 40 16 213 73 102
Binary 1110101 11011011 10010101 101111 0 100000 1110 10001011 111011 1000010

Color Harmonies of #75DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB95

Black with #75DB95

Text Example


Text Example

White with #75DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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