#74B511

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

Shades of Christi #74B511

Tints of Christi #74B511

Color information

#74B511 (or 0x74B511) is unknown color: approx Christi. HEX triplet: 74, B5 and 11. RGB value is (116,181,17). Sum of RGB (Red+Green+Blue) = 116+181+17=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #74B511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B511 is #8B4AEE. Grayscale: #8F8F8F. Windows color (decimal): -9128687 or 1160564. OLE color: 1160564.

HSL color Cylindrical-coordinate representation of color #74B511: hue angle of 83.78º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74B511 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB11618117-
CMYK0.3600.910.29
HSL83.78º82.83%38.82%-
HSV(B)83.78º90.61%70.98%-
XYZ23.8336.86.38-
YUV142.8756.97108.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 181 (71.09% from 255) = 57.64%
BLUE value IS 17 (7.03% from 255) = 5.41%
R=36.94%
G=57.64%
B=5.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116181170.3600.910.2983.7882.8338.82
Hex74B5112405B1D545327
Octal164265214401333512412347
Binary11101001011010110001100100010110111110110101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,17); }

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

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

 a { background-color: rgb(116,181,17); }

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

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

 span { border-color: rgb(116,181,17); }

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