Html Css Color HEX #70D215 Christi

📋 copy color: '#70D215'

red 112 ◦ green 210 ◦ blue 21

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

Shades of Christi #70D215

Tints of Christi #70D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.22%

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

R = 32.65%
G = 61.22%
B = 6.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#70D215 (or 0x70D215) is known color: Christi. HEX triplet: 70, D2 and 15. RGB value is (112,210,21). Sum of RGB (Red+Green+Blue) = 112+210+21=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #70D215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D215 is #8F2DEA. Grayscale: #9F9F9F. Windows color (decimal): -9383403 or 1430128. OLE color: 1430128.

HSL color Cylindrical-coordinate representation of color #70D215: hue angle of 91.11º 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 #70D215 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 21 -
CMYK 0.47 0 0.90 0.18
HSL 91.11º 0.82% 0.45% -
HSV(B) 91.11º 0.9% 0.82% -
XYZ 29.86 49.59 8.71 -
YUV 159.15 50.03 94.37 -
System Red Green Blue C M Y K H S L
Decimal 112 210 21 0.47 0 0.90 0.18 91.11 0.82 0.45
Hex 70 D2 15 2F 0 5A 12 5B 52 2D
Octal 160 322 25 57 0 132 22 133 122 55
Binary 1110000 11010010 10101 101111 0 1011010 10010 1011011 1010010 101101

Color Harmonies of #70D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D215

Black with #70D215

Text Example


Text Example

White with #70D215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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