Html Css Color HEX #75DB98 Silver Tree

📋 copy color: '#75DB98'

red 117 ◦ green 219 ◦ blue 152

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

Shades of Silver Tree #75DB98

Tints of Silver Tree #75DB98

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 23.98%
G = 44.88%
B = 31.15%

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

#75DB98 (or 0x75DB98) is known color: Silver Tree. HEX triplet: 75, DB and 98. RGB value is (117,219,152). Sum of RGB (Red+Green+Blue) = 117+219+152=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB98 is #8A2467. Grayscale: #B5B5B5. Windows color (decimal): -9053288 or 10017653. OLE color: 10017653.

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

Color convert

RGB 117 219 152 -
CMYK 0.47 0 0.31 0.14
HSL 140.59º 0.59% 0.66% -
HSV(B) 140.59º 0.47% 0.86% -
XYZ 38.34 56.71 38.63 -
YUV 180.86 111.71 82.45 -
System Red Green Blue C M Y K H S L
Decimal 117 219 152 0.47 0 0.31 0.14 140.59 0.59 0.66
Hex 75 DB 98 2F 0 1F E 8D 3B 42
Octal 165 333 230 57 0 37 16 215 73 102
Binary 1110101 11011011 10011000 101111 0 11111 1110 10001101 111011 1000010

Color Harmonies of #75DB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB98

Black with #75DB98

Text Example


Text Example

White with #75DB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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