Html Css Color HEX #70C311 Christi

📋 copy color: '#70C311'

red 112 ◦ green 195 ◦ blue 17

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

Shades of Christi #70C311

Tints of Christi #70C311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.19%

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 34.57%
G = 60.19%
B = 5.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#70C311 (or 0x70C311) is known color: Christi. HEX triplet: 70, C3 and 11. RGB value is (112,195,17). Sum of RGB (Red+Green+Blue) = 112+195+17=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #70C311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C311 is #8F3CEE. Grayscale: #969696. Windows color (decimal): -9387247 or 1164144. OLE color: 1164144.

HSL color Cylindrical-coordinate representation of color #70C311: hue angle of 87.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70C311 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 17 -
CMYK 0.43 0 0.91 0.24
HSL 87.98º 0.84% 0.42% -
HSV(B) 87.98º 0.91% 0.76% -
XYZ 26.3 42.52 7.35 -
YUV 149.89 53 100.97 -
System Red Green Blue C M Y K H S L
Decimal 112 195 17 0.43 0 0.91 0.24 87.98 0.84 0.42
Hex 70 C3 11 2B 0 5B 18 58 54 2A
Octal 160 303 21 53 0 133 30 130 124 52
Binary 1110000 11000011 10001 101011 0 1011011 11000 1011000 1010100 101010

Color Harmonies of #70C311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C311

Black with #70C311

Text Example


Text Example

White with #70C311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,17); }

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

background-color css

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

 a { background-color: rgb(112,195,17); }

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

border-color css

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

 span { border-color: rgb(112,195,17); }

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