Html Css Color HEX #70B215 Christi

📋 copy color: '#70B215'

red 112 ◦ green 178 ◦ blue 21

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

Shades of Christi #70B215

Tints of Christi #70B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.23%

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

R = 36.01%
G = 57.23%
B = 6.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#70B215 (or 0x70B215) is known color: Christi. HEX triplet: 70, B2 and 15. RGB value is (112,178,21). Sum of RGB (Red+Green+Blue) = 112+178+21=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #70B215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70B215 is #8F4DEA. Grayscale: #8C8C8C. Windows color (decimal): -9391595 or 1421936. OLE color: 1421936.

HSL color Cylindrical-coordinate representation of color #70B215: hue angle of 85.22º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70B215 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 178 21 -
CMYK 0.37 0 0.88 0.30
HSL 85.22º 0.79% 0.39% -
HSV(B) 85.22º 0.88% 0.7% -
XYZ 22.74 35.34 6.33 -
YUV 140.37 60.63 107.77 -
System Red Green Blue C M Y K H S L
Decimal 112 178 21 0.37 0 0.88 0.30 85.22 0.79 0.39
Hex 70 B2 15 25 0 58 1E 55 4F 27
Octal 160 262 25 45 0 130 36 125 117 47
Binary 1110000 10110010 10101 100101 0 1011000 11110 1010101 1001111 100111

Color Harmonies of #70B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B215

Black with #70B215

Text Example


Text Example

White with #70B215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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