Html Css Color HEX #74C38F Silver Tree

📋 copy color: '#74C38F'

red 116 ◦ green 195 ◦ blue 143

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

Shades of Silver Tree #74C38F

Tints of Silver Tree #74C38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 25.55%
G = 42.95%
B = 31.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#74C38F (or 0x74C38F) is known color: Silver Tree. HEX triplet: 74, C3 and 8F. RGB value is (116,195,143). Sum of RGB (Red+Green+Blue) = 116+195+143=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #74C38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C38F is #8B3C70. Grayscale: #A5A5A5. Windows color (decimal): -9124977 or 9421684. OLE color: 9421684.

HSL color Cylindrical-coordinate representation of color #74C38F: hue angle of 140.51º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C38F is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 195 143 -
CMYK 0.41 0 0.27 0.24
HSL 140.51º 0.4% 0.61% -
HSV(B) 140.51º 0.41% 0.76% -
XYZ 31.68 44.73 32.95 -
YUV 165.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 116 195 143 0.41 0 0.27 0.24 140.51 0.4 0.61
Hex 74 C3 8F 29 0 1B 18 8D 28 3D
Octal 164 303 217 51 0 33 30 215 50 75
Binary 1110100 11000011 10001111 101001 0 11011 11000 10001101 101000 111101

Color Harmonies of #74C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C38F

Black with #74C38F

Text Example


Text Example

White with #74C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,195,143); }

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

background-color css

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

 a { background-color: rgb(116,195,143); }

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

border-color css

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

 span { border-color: rgb(116,195,143); }

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