Html Css Color HEX #74CA8B Silver Tree

📋 copy color: '#74CA8B'

red 116 ◦ green 202 ◦ blue 139

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

Shades of Silver Tree #74CA8B

Tints of Silver Tree #74CA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.42%

R = 25.38%
G = 44.2%
B = 30.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#74CA8B (or 0x74CA8B) is known color: Silver Tree. HEX triplet: 74, CA and 8B. RGB value is (116,202,139). Sum of RGB (Red+Green+Blue) = 116+202+139=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CA8B is #8B3574. Grayscale: #A9A9A9. Windows color (decimal): -9123189 or 9161332. OLE color: 9161332.

HSL color Cylindrical-coordinate representation of color #74CA8B: hue angle of 136.05º 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 #74CA8B is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 139 -
CMYK 0.43 0 0.31 0.21
HSL 136.05º 0.45% 0.62% -
HSV(B) 136.05º 0.43% 0.79% -
XYZ 32.98 47.82 31.92 -
YUV 169.1 111.01 90.12 -
System Red Green Blue C M Y K H S L
Decimal 116 202 139 0.43 0 0.31 0.21 136.05 0.45 0.62
Hex 74 CA 8B 2B 0 1F 15 88 2D 3E
Octal 164 312 213 53 0 37 25 210 55 76
Binary 1110100 11001010 10001011 101011 0 11111 10101 10001000 101101 111110

Color Harmonies of #74CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA8B

Black with #74CA8B

Text Example


Text Example

White with #74CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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