Html Css Color HEX #70C001 Christi

📋 copy color: '#70C001'

red 112 ◦ green 192 ◦ blue 1

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

Shades of Christi #70C001

Tints of Christi #70C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.95%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 36.72%
G = 62.95%
B = 0.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#70C001 (or 0x70C001) is known color: Christi. HEX triplet: 70, C0 and 01. RGB value is (112,192,1). Sum of RGB (Red+Green+Blue) = 112+192+1=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #70C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C001 is #8F3FFE. Grayscale: #929292. Windows color (decimal): -9388031 or 114800. OLE color: 114800.

HSL color Cylindrical-coordinate representation of color #70C001: hue angle of 85.13º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70C001 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 192 1 -
CMYK 0.42 0 0.99 0.25
HSL 85.13º 0.99% 0.38% -
HSV(B) 85.13º 0.99% 0.75% -
XYZ 25.54 41.15 6.62 -
YUV 146.31 46 103.53 -
System Red Green Blue C M Y K H S L
Decimal 112 192 1 0.42 0 0.99 0.25 85.13 0.99 0.38
Hex 70 C0 1 2A 0 63 19 55 63 26
Octal 160 300 1 52 0 143 31 125 143 46
Binary 1110000 11000000 1 101010 0 1100011 11001 1010101 1100011 100110

Color Harmonies of #70C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C001

Black with #70C001

Text Example


Text Example

White with #70C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,192,1); }

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

background-color css

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

 a { background-color: rgb(112,192,1); }

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

border-color css

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

 span { border-color: rgb(112,192,1); }

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