#74BA14

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

Shades of Christi #74BA14

Tints of Christi #74BA14

Color information

#74BA14 (or 0x74BA14) is unknown color: approx Christi. HEX triplet: 74, BA and 14. RGB value is (116,186,20). Sum of RGB (Red+Green+Blue) = 116+186+20=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BA14 is #8B45EB. Grayscale: #929292. Windows color (decimal): -9127404 or 1358452. OLE color: 1358452.

HSL color Cylindrical-coordinate representation of color #74BA14: hue angle of 85.3º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74BA14 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB11618620-
CMYK0.3800.890.27
HSL85.3º80.58%40.39%-
HSV(B)85.3º89.25%72.94%-
XYZ24.8938.886.85-
YUV146.1556.81106.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 186 (73.05% from 255) = 57.76%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=36.02%
G=57.76%
B=6.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116186200.3800.890.2785.380.5840.39
Hex74BA14260591B555128
Octal164272244601313312512150
Binary11101001011101010100100110010110011101110101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BA14; }

 p { color: rgb(116,186,20); }

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

<style>
 a { background-color: #74BA14; }

 a { background-color: rgb(116,186,20); }

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

<style>
 span { border-color: #74BA14; }

 span { border-color: rgb(116,186,20); }

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