Html Css Color HEX #75BF99 Silver Tree

📋 copy color: '#75BF99'

red 117 ◦ green 191 ◦ blue 153

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

Shades of Silver Tree #75BF99

Tints of Silver Tree #75BF99

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 25.38%
G = 41.43%
B = 33.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#75BF99 (or 0x75BF99) is known color: Silver Tree. HEX triplet: 75, BF and 99. RGB value is (117,191,153). Sum of RGB (Red+Green+Blue) = 117+191+153=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF99 is #8A4066. Grayscale: #A4A4A4. Windows color (decimal): -9060455 or 10076021. OLE color: 10076021.

HSL color Cylindrical-coordinate representation of color #75BF99: hue angle of 149.19º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BF99 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 153 -
CMYK 0.39 0 0.20 0.25
HSL 149.19º 0.37% 0.6% -
HSV(B) 149.19º 0.39% 0.75% -
XYZ 31.72 43.34 36.83 -
YUV 164.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 117 191 153 0.39 0 0.20 0.25 149.19 0.37 0.6
Hex 75 BF 99 27 0 14 19 95 25 3C
Octal 165 277 231 47 0 24 31 225 45 74
Binary 1110101 10111111 10011001 100111 0 10100 11001 10010101 100101 111100

Color Harmonies of #75BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF99

Black with #75BF99

Text Example


Text Example

White with #75BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,153); }

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

background-color css

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

 a { background-color: rgb(117,191,153); }

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

border-color css

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

 span { border-color: rgb(117,191,153); }

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