Html Css Color HEX #74CE94 Silver Tree

📋 copy color: '#74CE94'

red 116 ◦ green 206 ◦ blue 148

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

Shades of Silver Tree #74CE94

Tints of Silver Tree #74CE94

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.83%

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 24.68%
G = 43.83%
B = 31.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#74CE94 (or 0x74CE94) is known color: Silver Tree. HEX triplet: 74, CE and 94. RGB value is (116,206,148). Sum of RGB (Red+Green+Blue) = 116+206+148=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CE94 is #8B316B. Grayscale: #ACACAC. Windows color (decimal): -9122156 or 9752180. OLE color: 9752180.

HSL color Cylindrical-coordinate representation of color #74CE94: hue angle of 141.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CE94 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 148 -
CMYK 0.44 0 0.28 0.19
HSL 141.33º 0.48% 0.63% -
HSV(B) 141.33º 0.44% 0.81% -
XYZ 34.62 49.99 35.84 -
YUV 172.48 114.18 87.72 -
System Red Green Blue C M Y K H S L
Decimal 116 206 148 0.44 0 0.28 0.19 141.33 0.48 0.63
Hex 74 CE 94 2C 0 1C 13 8D 30 3F
Octal 164 316 224 54 0 34 23 215 60 77
Binary 1110100 11001110 10010100 101100 0 11100 10011 10001101 110000 111111

Color Harmonies of #74CE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE94

Black with #74CE94

Text Example


Text Example

White with #74CE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,148); }

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

background-color css

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

 a { background-color: rgb(116,206,148); }

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

border-color css

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

 span { border-color: rgb(116,206,148); }

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