Html Css Color HEX #70D014 Christi

📋 copy color: '#70D014'

red 112 ◦ green 208 ◦ blue 20

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

Shades of Christi #70D014

Tints of Christi #70D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.18%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 32.94%
G = 61.18%
B = 5.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#70D014 (or 0x70D014) is known color: Christi. HEX triplet: 70, D0 and 14. RGB value is (112,208,20). Sum of RGB (Red+Green+Blue) = 112+208+20=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #70D014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D014 is #8F2FEB. Grayscale: #9E9E9E. Windows color (decimal): -9383916 or 1364080. OLE color: 1364080.

HSL color Cylindrical-coordinate representation of color #70D014: hue angle of 90.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70D014 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 20 -
CMYK 0.46 0 0.90 0.18
HSL 90.64º 0.82% 0.45% -
HSV(B) 90.64º 0.9% 0.82% -
XYZ 29.36 48.61 8.5 -
YUV 157.86 50.2 95.29 -
System Red Green Blue C M Y K H S L
Decimal 112 208 20 0.46 0 0.90 0.18 90.64 0.82 0.45
Hex 70 D0 14 2E 0 5A 12 5B 52 2D
Octal 160 320 24 56 0 132 22 133 122 55
Binary 1110000 11010000 10100 101110 0 1011010 10010 1011011 1010010 101101

Color Harmonies of #70D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D014

Black with #70D014

Text Example


Text Example

White with #70D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,208,20); }

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

background-color css

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

 a { background-color: rgb(112,208,20); }

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

border-color css

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

 span { border-color: rgb(112,208,20); }

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