Html Css Color HEX #70B515 Christi

📋 copy color: '#70B515'

red 112 ◦ green 181 ◦ blue 21

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

Shades of Christi #70B515

Tints of Christi #70B515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.64%

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

R = 35.67%
G = 57.64%
B = 6.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#70B515 (or 0x70B515) is known color: Christi. HEX triplet: 70, B5 and 15. RGB value is (112,181,21). Sum of RGB (Red+Green+Blue) = 112+181+21=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #70B515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B515 is #8F4AEA. Grayscale: #8E8E8E. Windows color (decimal): -9390827 or 1422704. OLE color: 1422704.

HSL color Cylindrical-coordinate representation of color #70B515: hue angle of 85.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70B515 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 21 -
CMYK 0.38 0 0.88 0.29
HSL 85.88º 0.79% 0.4% -
HSV(B) 85.88º 0.88% 0.71% -
XYZ 23.34 36.55 6.53 -
YUV 142.13 59.64 106.51 -
System Red Green Blue C M Y K H S L
Decimal 112 181 21 0.38 0 0.88 0.29 85.88 0.79 0.4
Hex 70 B5 15 26 0 58 1D 56 4F 28
Octal 160 265 25 46 0 130 35 126 117 50
Binary 1110000 10110101 10101 100110 0 1011000 11101 1010110 1001111 101000

Color Harmonies of #70B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B515

Black with #70B515

Text Example


Text Example

White with #70B515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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