Html Css Color HEX #75CF92 Silver Tree

📋 copy color: '#75CF92'

red 117 ◦ green 207 ◦ blue 146

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

Shades of Silver Tree #75CF92

Tints of Silver Tree #75CF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 24.89%
G = 44.04%
B = 31.06%

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

#75CF92 (or 0x75CF92) is known color: Silver Tree. HEX triplet: 75, CF and 92. RGB value is (117,207,146). Sum of RGB (Red+Green+Blue) = 117+207+146=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CF92 is #8A306D. Grayscale: #ADADAD. Windows color (decimal): -9056366 or 9621365. OLE color: 9621365.

HSL color Cylindrical-coordinate representation of color #75CF92: hue angle of 139.33º 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 #75CF92 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 146 -
CMYK 0.43 0 0.29 0.19
HSL 139.33º 0.48% 0.64% -
HSV(B) 139.33º 0.43% 0.81% -
XYZ 34.84 50.48 35.1 -
YUV 173.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 117 207 146 0.43 0 0.29 0.19 139.33 0.48 0.64
Hex 75 CF 92 2B 0 1D 13 8B 30 40
Octal 165 317 222 53 0 35 23 213 60 100
Binary 1110101 11001111 10010010 101011 0 11101 10011 10001011 110000 1000000

Color Harmonies of #75CF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF92

Black with #75CF92

Text Example


Text Example

White with #75CF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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