Html Css Color HEX #70C515 Christi

📋 copy color: '#70C515'

red 112 ◦ green 197 ◦ blue 21

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

Shades of Christi #70C515

Tints of Christi #70C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.7%

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

R = 33.94%
G = 59.7%
B = 6.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#70C515 (or 0x70C515) is known color: Christi. HEX triplet: 70, C5 and 15. RGB value is (112,197,21). Sum of RGB (Red+Green+Blue) = 112+197+21=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #70C515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C515 is #8F3AEA. Grayscale: #989898. Windows color (decimal): -9386731 or 1426800. OLE color: 1426800.

HSL color Cylindrical-coordinate representation of color #70C515: hue angle of 88.98º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70C515 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 21 -
CMYK 0.43 0 0.89 0.23
HSL 88.98º 0.81% 0.43% -
HSV(B) 88.98º 0.89% 0.77% -
XYZ 26.78 43.43 7.68 -
YUV 151.52 54.34 99.81 -
System Red Green Blue C M Y K H S L
Decimal 112 197 21 0.43 0 0.89 0.23 88.98 0.81 0.43
Hex 70 C5 15 2B 0 59 17 59 51 2B
Octal 160 305 25 53 0 131 27 131 121 53
Binary 1110000 11000101 10101 101011 0 1011001 10111 1011001 1010001 101011

Color Harmonies of #70C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C515

Black with #70C515

Text Example


Text Example

White with #70C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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