Html Css Color HEX #74DC94 Silver Tree

📋 copy color: '#74DC94'

red 116 ◦ green 220 ◦ blue 148

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

Shades of Silver Tree #74DC94

Tints of Silver Tree #74DC94

RGB

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

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

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

R = 23.97%
G = 45.45%
B = 30.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#74DC94 (or 0x74DC94) is known color: Silver Tree. HEX triplet: 74, DC and 94. RGB value is (116,220,148). Sum of RGB (Red+Green+Blue) = 116+220+148=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC94 is #8B236B. Grayscale: #B4B4B4. Windows color (decimal): -9118572 or 9755764. OLE color: 9755764.

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

Color convert

RGB 116 220 148 -
CMYK 0.47 0 0.33 0.14
HSL 138.46º 0.6% 0.66% -
HSV(B) 138.46º 0.47% 0.86% -
XYZ 38.14 57.04 37.02 -
YUV 180.7 109.54 81.85 -
System Red Green Blue C M Y K H S L
Decimal 116 220 148 0.47 0 0.33 0.14 138.46 0.6 0.66
Hex 74 DC 94 2F 0 21 E 8A 3C 42
Octal 164 334 224 57 0 41 16 212 74 102
Binary 1110100 11011100 10010100 101111 0 100001 1110 10001010 111100 1000010

Color Harmonies of #74DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC94

Black with #74DC94

Text Example


Text Example

White with #74DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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