Html Css Color HEX #75DC96 Silver Tree

📋 copy color: '#75DC96'

red 117 ◦ green 220 ◦ blue 150

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

Shades of Silver Tree #75DC96

Tints of Silver Tree #75DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 24.02%
G = 45.17%
B = 30.8%

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

#75DC96 (or 0x75DC96) is known color: Silver Tree. HEX triplet: 75, DC and 96. RGB value is (117,220,150). Sum of RGB (Red+Green+Blue) = 117+220+150=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC96 is #8A2369. Grayscale: #B5B5B5. Windows color (decimal): -9053034 or 9886837. OLE color: 9886837.

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

Color convert

RGB 117 220 150 -
CMYK 0.47 0 0.32 0.14
HSL 139.22º 0.6% 0.66% -
HSV(B) 139.22º 0.47% 0.86% -
XYZ 38.43 57.17 37.86 -
YUV 181.22 110.38 82.19 -
System Red Green Blue C M Y K H S L
Decimal 117 220 150 0.47 0 0.32 0.14 139.22 0.6 0.66
Hex 75 DC 96 2F 0 20 E 8B 3C 42
Octal 165 334 226 57 0 40 16 213 74 102
Binary 1110101 11011100 10010110 101111 0 100000 1110 10001011 111100 1000010

Color Harmonies of #75DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC96

Black with #75DC96

Text Example


Text Example

White with #75DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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