Html Css Color HEX #70D20F Christi

📋 copy color: '#70D20F'

red 112 ◦ green 210 ◦ blue 15

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

Shades of Christi #70D20F

Tints of Christi #70D20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 33.23%
G = 62.31%
B = 4.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#70D20F (or 0x70D20F) is known color: Christi. HEX triplet: 70, D2 and 0F. RGB value is (112,210,15). Sum of RGB (Red+Green+Blue) = 112+210+15=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #70D20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D20F is #8F2DF0. Grayscale: #9F9F9F. Windows color (decimal): -9383409 or 1036912. OLE color: 1036912.

HSL color Cylindrical-coordinate representation of color #70D20F: hue angle of 90.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70D20F is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 15 -
CMYK 0.47 0 0.93 0.18
HSL 90.15º 0.87% 0.44% -
HSV(B) 90.15º 0.93% 0.82% -
XYZ 29.81 49.57 8.45 -
YUV 158.47 47.03 94.86 -
System Red Green Blue C M Y K H S L
Decimal 112 210 15 0.47 0 0.93 0.18 90.15 0.87 0.44
Hex 70 D2 F 2F 0 5D 12 5A 57 2C
Octal 160 322 17 57 0 135 22 132 127 54
Binary 1110000 11010010 1111 101111 0 1011101 10010 1011010 1010111 101100

Color Harmonies of #70D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D20F

Black with #70D20F

Text Example


Text Example

White with #70D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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