Html Css Color HEX #74D495 Silver Tree

📋 copy color: '#74D495'

red 116 ◦ green 212 ◦ blue 149

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

Shades of Silver Tree #74D495

Tints of Silver Tree #74D495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 24.32%
G = 44.44%
B = 31.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#74D495 (or 0x74D495) is known color: Silver Tree. HEX triplet: 74, D4 and 95. RGB value is (116,212,149). Sum of RGB (Red+Green+Blue) = 116+212+149=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #74D495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D495 is #8B2B6A. Grayscale: #B0B0B0. Windows color (decimal): -9120619 or 9819252. OLE color: 9819252.

HSL color Cylindrical-coordinate representation of color #74D495: hue angle of 140.62º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D495 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 149 -
CMYK 0.45 0 0.30 0.17
HSL 140.63º 0.53% 0.64% -
HSV(B) 140.63º 0.45% 0.83% -
XYZ 36.17 52.97 36.75 -
YUV 176.11 112.7 85.12 -
System Red Green Blue C M Y K H S L
Decimal 116 212 149 0.45 0 0.30 0.17 140.63 0.53 0.64
Hex 74 D4 95 2D 0 1E 11 8D 35 40
Octal 164 324 225 55 0 36 21 215 65 100
Binary 1110100 11010100 10010101 101101 0 11110 10001 10001101 110101 1000000

Color Harmonies of #74D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D495

Black with #74D495

Text Example


Text Example

White with #74D495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,212,149); }

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

background-color css

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

 a { background-color: rgb(116,212,149); }

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

border-color css

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

 span { border-color: rgb(116,212,149); }

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