Html Css Color HEX #75DC98 Silver Tree

📋 copy color: '#75DC98'

red 117 ◦ green 220 ◦ blue 152

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

Shades of Silver Tree #75DC98

Tints of Silver Tree #75DC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 23.93%
G = 44.99%
B = 31.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#75DC98 (or 0x75DC98) is known color: Silver Tree. HEX triplet: 75, DC and 98. RGB value is (117,220,152). Sum of RGB (Red+Green+Blue) = 117+220+152=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC98 is #8A2367. Grayscale: #B5B5B5. Windows color (decimal): -9053032 or 10017909. OLE color: 10017909.

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

Color convert

RGB 117 220 152 -
CMYK 0.47 0 0.31 0.14
HSL 140.39º 0.6% 0.66% -
HSV(B) 140.39º 0.47% 0.86% -
XYZ 38.6 57.24 38.72 -
YUV 181.45 111.38 82.03 -
System Red Green Blue C M Y K H S L
Decimal 117 220 152 0.47 0 0.31 0.14 140.39 0.6 0.66
Hex 75 DC 98 2F 0 1F E 8C 3C 42
Octal 165 334 230 57 0 37 16 214 74 102
Binary 1110101 11011100 10011000 101111 0 11111 1110 10001100 111100 1000010

Color Harmonies of #75DC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC98

Black with #75DC98

Text Example


Text Example

White with #75DC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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