Html Css Color HEX #75CF93 Silver Tree

📋 copy color: '#75CF93'

red 117 ◦ green 207 ◦ blue 147

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

Shades of Silver Tree #75CF93

Tints of Silver Tree #75CF93

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 24.84%
G = 43.95%
B = 31.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#75CF93 (or 0x75CF93) is known color: Silver Tree. HEX triplet: 75, CF and 93. RGB value is (117,207,147). Sum of RGB (Red+Green+Blue) = 117+207+147=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CF93 is #8A306C. Grayscale: #ADADAD. Windows color (decimal): -9056365 or 9686901. OLE color: 9686901.

HSL color Cylindrical-coordinate representation of color #75CF93: hue angle of 140º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CF93 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 147 -
CMYK 0.43 0 0.29 0.19
HSL 140º 0.48% 0.64% -
HSV(B) 140º 0.43% 0.81% -
XYZ 34.92 50.51 35.51 -
YUV 173.25 113.18 87.88 -
System Red Green Blue C M Y K H S L
Decimal 117 207 147 0.43 0 0.29 0.19 140 0.48 0.64
Hex 75 CF 93 2B 0 1D 13 8C 30 40
Octal 165 317 223 53 0 35 23 214 60 100
Binary 1110101 11001111 10010011 101011 0 11101 10011 10001100 110000 1000000

Color Harmonies of #75CF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF93

Black with #75CF93

Text Example


Text Example

White with #75CF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,207,147); }

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

background-color css

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

 a { background-color: rgb(117,207,147); }

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

border-color css

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

 span { border-color: rgb(117,207,147); }

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