Html Css Color HEX #74CA8E Silver Tree

📋 copy color: '#74CA8E'

red 116 ◦ green 202 ◦ blue 142

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

Shades of Silver Tree #74CA8E

Tints of Silver Tree #74CA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

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

R = 25.22%
G = 43.91%
B = 30.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#74CA8E (or 0x74CA8E) is known color: Silver Tree. HEX triplet: 74, CA and 8E. RGB value is (116,202,142). Sum of RGB (Red+Green+Blue) = 116+202+142=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CA8E is #8B3571. Grayscale: #A9A9A9. Windows color (decimal): -9123186 or 9357940. OLE color: 9357940.

HSL color Cylindrical-coordinate representation of color #74CA8E: hue angle of 138.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA8E is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 142 -
CMYK 0.43 0 0.30 0.21
HSL 138.14º 0.45% 0.62% -
HSV(B) 138.14º 0.43% 0.79% -
XYZ 33.21 47.91 33.09 -
YUV 169.45 112.51 89.88 -
System Red Green Blue C M Y K H S L
Decimal 116 202 142 0.43 0 0.30 0.21 138.14 0.45 0.62
Hex 74 CA 8E 2B 0 1E 15 8A 2D 3E
Octal 164 312 216 53 0 36 25 212 55 76
Binary 1110100 11001010 10001110 101011 0 11110 10101 10001010 101101 111110

Color Harmonies of #74CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA8E

Black with #74CA8E

Text Example


Text Example

White with #74CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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