Html Css Color HEX #70C413 Christi

📋 copy color: '#70C413'

red 112 ◦ green 196 ◦ blue 19

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

Shades of Christi #70C413

Tints of Christi #70C413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.94%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 34.25%
G = 59.94%
B = 5.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#70C413 (or 0x70C413) is known color: Christi. HEX triplet: 70, C4 and 13. RGB value is (112,196,19). Sum of RGB (Red+Green+Blue) = 112+196+19=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #70C413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C413 is #8F3BEC. Grayscale: #979797. Windows color (decimal): -9386989 or 1295472. OLE color: 1295472.

HSL color Cylindrical-coordinate representation of color #70C413: hue angle of 88.47º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70C413 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 196 19 -
CMYK 0.43 0 0.90 0.23
HSL 88.47º 0.82% 0.42% -
HSV(B) 88.47º 0.9% 0.77% -
XYZ 26.54 42.97 7.51 -
YUV 150.71 53.67 100.39 -
System Red Green Blue C M Y K H S L
Decimal 112 196 19 0.43 0 0.90 0.23 88.47 0.82 0.42
Hex 70 C4 13 2B 0 5A 17 58 52 2A
Octal 160 304 23 53 0 132 27 130 122 52
Binary 1110000 11000100 10011 101011 0 1011010 10111 1011000 1010010 101010

Color Harmonies of #70C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C413

Black with #70C413

Text Example


Text Example

White with #70C413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,196,19); }

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

background-color css

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

 a { background-color: rgb(112,196,19); }

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

border-color css

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

 span { border-color: rgb(112,196,19); }

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