Html Css Color HEX #74DC97 Silver Tree

📋 copy color: '#74DC97'

red 116 ◦ green 220 ◦ blue 151

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

Shades of Silver Tree #74DC97

Tints of Silver Tree #74DC97

RGB

 RED value IS 116 (45.7% from 255) = 23.82%

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 23.82%
G = 45.17%
B = 31.01%

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

#74DC97 (or 0x74DC97) is known color: Silver Tree. HEX triplet: 74, DC and 97. RGB value is (116,220,151). Sum of RGB (Red+Green+Blue) = 116+220+151=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC97 is #8B2368. Grayscale: #B5B5B5. Windows color (decimal): -9118569 or 9952372. OLE color: 9952372.

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

Color convert

RGB 116 220 151 -
CMYK 0.47 0 0.31 0.14
HSL 140.19º 0.6% 0.66% -
HSV(B) 140.19º 0.47% 0.86% -
XYZ 38.38 57.13 38.28 -
YUV 181.04 111.04 81.61 -
System Red Green Blue C M Y K H S L
Decimal 116 220 151 0.47 0 0.31 0.14 140.19 0.6 0.66
Hex 74 DC 97 2F 0 1F E 8C 3C 42
Octal 164 334 227 57 0 37 16 214 74 102
Binary 1110100 11011100 10010111 101111 0 11111 1110 10001100 111100 1000010

Color Harmonies of #74DC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC97

Black with #74DC97

Text Example


Text Example

White with #74DC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DC97; }

 p { color: rgb(116,220,151); }

 H1.HeaderClassName
 {
   color: #74DC97;
 }
 .AnyTagClassName
 {
   color: #74DC97;
 }
</style>

background-color css

<style>
 a { background-color: #74DC97; }

 a { background-color: rgb(116,220,151); }

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

border-color css

<style>
 span { border-color: #74DC97; }

 span { border-color: rgb(116,220,151); }

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