#70BF14

Color #70BF14 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #70BF14

Tints of Christi #70BF14

Color information

#70BF14 (or 0x70BF14) is unknown color: approx Christi. HEX triplet: 70, BF and 14. RGB value is (112,191,20). Sum of RGB (Red+Green+Blue) = 112+191+20=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BF14 is #8F40EB. Grayscale: #949494. Windows color (decimal): -9388268 or 1359728. OLE color: 1359728.

HSL color Cylindrical-coordinate representation of color #70BF14: hue angle of 87.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70BF14 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB11219120-
CMYK0.4100.900.25
HSL87.72º81.04%41.37%-
HSV(B)87.72º89.53%74.9%-
XYZ25.4440.767.19-
YUV147.8855.83102.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 191 (75% from 255) = 59.13%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=34.67%
G=59.13%
B=6.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112191200.4100.900.2587.7281.0441.37
Hex70BF142905A19585129
Octal160277245101323113012151
Binary11100001011111110100101001010110101100110110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,20); }

 H1.HeaderClassName
 {
   color: #70BF14;
 }
 .AnyTagClassName
 {
   color: #70BF14;
 }
</style>
background-color css

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

 a { background-color: rgb(112,191,20); }

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

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

 span { border-color: rgb(112,191,20); }

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