Html Css Color HEX #70D315 Christi

📋 copy color: '#70D315'

red 112 ◦ green 211 ◦ blue 21

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

Shades of Christi #70D315

Tints of Christi #70D315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.34%

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 32.56%
G = 61.34%
B = 6.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#70D315 (or 0x70D315) is known color: Christi. HEX triplet: 70, D3 and 15. RGB value is (112,211,21). Sum of RGB (Red+Green+Blue) = 112+211+21=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #70D315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D315 is #8F2CEA. Grayscale: #A0A0A0. Windows color (decimal): -9383147 or 1430384. OLE color: 1430384.

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

Color convert

RGB 112 211 21 -
CMYK 0.47 0 0.90 0.17
HSL 91.26º 0.82% 0.45% -
HSV(B) 91.26º 0.9% 0.83% -
XYZ 30.11 50.09 8.79 -
YUV 159.74 49.7 93.95 -
System Red Green Blue C M Y K H S L
Decimal 112 211 21 0.47 0 0.90 0.17 91.26 0.82 0.45
Hex 70 D3 15 2F 0 5A 11 5B 52 2D
Octal 160 323 25 57 0 132 21 133 122 55
Binary 1110000 11010011 10101 101111 0 1011010 10001 1011011 1010010 101101

Color Harmonies of #70D315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D315

Black with #70D315

Text Example


Text Example

White with #70D315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,211,21); }

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

background-color css

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

 a { background-color: rgb(112,211,21); }

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

border-color css

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

 span { border-color: rgb(112,211,21); }

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