Html Css Color HEX #74CB8E Silver Tree

📋 copy color: '#74CB8E'

red 116 ◦ green 203 ◦ blue 142

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

Shades of Silver Tree #74CB8E

Tints of Silver Tree #74CB8E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 25.16%
G = 44.03%
B = 30.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#74CB8E (or 0x74CB8E) is known color: Silver Tree. HEX triplet: 74, CB and 8E. RGB value is (116,203,142). Sum of RGB (Red+Green+Blue) = 116+203+142=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB8E is #8B3471. Grayscale: #AAAAAA. Windows color (decimal): -9122930 or 9358196. OLE color: 9358196.

HSL color Cylindrical-coordinate representation of color #74CB8E: hue angle of 137.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CB8E is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 142 -
CMYK 0.43 0 0.30 0.20
HSL 137.93º 0.46% 0.63% -
HSV(B) 137.93º 0.43% 0.8% -
XYZ 33.44 48.38 33.17 -
YUV 170.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 116 203 142 0.43 0 0.30 0.20 137.93 0.46 0.63
Hex 74 CB 8E 2B 0 1E 14 8A 2E 3F
Octal 164 313 216 53 0 36 24 212 56 77
Binary 1110100 11001011 10001110 101011 0 11110 10100 10001010 101110 111111

Color Harmonies of #74CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB8E

Black with #74CB8E

Text Example


Text Example

White with #74CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,142); }

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

background-color css

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

 a { background-color: rgb(116,203,142); }

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

border-color css

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

 span { border-color: rgb(116,203,142); }

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