Html Css Color HEX #70CC99 Silver Tree

📋 copy color: '#70CC99'

red 112 ◦ green 204 ◦ blue 153

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

Shades of Silver Tree #70CC99

Tints of Silver Tree #70CC99

RGB

 RED value IS 112 (44.14% from 255) = 23.88%

 GREEN value IS 204 (80.08% from 255) = 43.5%

 BLUE value IS 153 (60.16% from 255) = 32.62%

R = 23.88%
G = 43.5%
B = 32.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#70CC99 (or 0x70CC99) is known color: Silver Tree. HEX triplet: 70, CC and 99. RGB value is (112,204,153). Sum of RGB (Red+Green+Blue) = 112+204+153=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CC99 is #8F3366. Grayscale: #AAAAAA. Windows color (decimal): -9384807 or 10079344. OLE color: 10079344.

HSL color Cylindrical-coordinate representation of color #70CC99: hue angle of 146.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CC99 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 153 -
CMYK 0.45 0 0.25 0.2
HSL 146.74º 0.47% 0.62% -
HSV(B) 146.74º 0.45% 0.8% -
XYZ 34.02 48.93 37.79 -
YUV 170.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 112 204 153 0.45 0 0.25 0.2 146.74 0.47 0.62
Hex 70 CC 99 2D 0 19 14 93 2F 3E
Octal 160 314 231 55 0 31 24 223 57 76
Binary 1110000 11001100 10011001 101101 0 11001 10100 10010011 101111 111110

Color Harmonies of #70CC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC99

Black with #70CC99

Text Example


Text Example

White with #70CC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CC99; }

 p { color: rgb(112,204,153); }

 H1.HeaderClassName
 {
   color: #70CC99;
 }
 .AnyTagClassName
 {
   color: #70CC99;
 }
</style>

background-color css

<style>
 a { background-color: #70CC99; }

 a { background-color: rgb(112,204,153); }

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

border-color css

<style>
 span { border-color: #70CC99; }

 span { border-color: rgb(112,204,153); }

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