Html Css Color HEX #74D295 Silver Tree

📋 copy color: '#74D295'

red 116 ◦ green 210 ◦ blue 149

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

Shades of Silver Tree #74D295

Tints of Silver Tree #74D295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

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

R = 24.42%
G = 44.21%
B = 31.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#74D295 (or 0x74D295) is known color: Silver Tree. HEX triplet: 74, D2 and 95. RGB value is (116,210,149). Sum of RGB (Red+Green+Blue) = 116+210+149=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #74D295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D295 is #8B2D6A. Grayscale: #AFAFAF. Windows color (decimal): -9121131 or 9818740. OLE color: 9818740.

HSL color Cylindrical-coordinate representation of color #74D295: hue angle of 141.06º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D295 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 149 -
CMYK 0.45 0 0.29 0.18
HSL 141.06º 0.51% 0.64% -
HSV(B) 141.06º 0.45% 0.82% -
XYZ 35.67 51.98 36.59 -
YUV 174.94 113.36 85.96 -
System Red Green Blue C M Y K H S L
Decimal 116 210 149 0.45 0 0.29 0.18 141.06 0.51 0.64
Hex 74 D2 95 2D 0 1D 12 8D 33 40
Octal 164 322 225 55 0 35 22 215 63 100
Binary 1110100 11010010 10010101 101101 0 11101 10010 10001101 110011 1000000

Color Harmonies of #74D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D295

Black with #74D295

Text Example


Text Example

White with #74D295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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