Html Css Color HEX #74BF96 Silver Tree

📋 copy color: '#74BF96'

red 116 ◦ green 191 ◦ blue 150

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

Shades of Silver Tree #74BF96

Tints of Silver Tree #74BF96

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 25.38%
G = 41.79%
B = 32.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#74BF96 (or 0x74BF96) is known color: Silver Tree. HEX triplet: 74, BF and 96. RGB value is (116,191,150). Sum of RGB (Red+Green+Blue) = 116+191+150=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF96 is #8B4069. Grayscale: #A3A3A3. Windows color (decimal): -9125994 or 9879412. OLE color: 9879412.

HSL color Cylindrical-coordinate representation of color #74BF96: hue angle of 147.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BF96 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 150 -
CMYK 0.39 0 0.21 0.25
HSL 147.2º 0.37% 0.6% -
HSV(B) 147.2º 0.39% 0.75% -
XYZ 31.34 43.18 35.54 -
YUV 163.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 116 191 150 0.39 0 0.21 0.25 147.2 0.37 0.6
Hex 74 BF 96 27 0 15 19 93 25 3C
Octal 164 277 226 47 0 25 31 223 45 74
Binary 1110100 10111111 10010110 100111 0 10101 11001 10010011 100101 111100

Color Harmonies of #74BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF96

Black with #74BF96

Text Example


Text Example

White with #74BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,191,150); }

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

background-color css

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

 a { background-color: rgb(116,191,150); }

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

border-color css

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

 span { border-color: rgb(116,191,150); }

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