#74C504

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

Shades of Christi #74C504

Tints of Christi #74C504

Color information

#74C504 (or 0x74C504) is unknown color: approx Christi. HEX triplet: 74, C5 and 04. RGB value is (116,197,4). Sum of RGB (Red+Green+Blue) = 116+197+4=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #74C504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C504 is #8B3AFB. Grayscale: #979797. Windows color (decimal): -9124604 or 312692. OLE color: 312692.

HSL color Cylindrical-coordinate representation of color #74C504: hue angle of 85.18º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74C504 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB1161974-
CMYK0.4100.980.23
HSL85.18º96.02%39.41%-
HSV(B)85.18º97.97%77.25%-
XYZ27.1943.657.11-
YUV150.7845.16103.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 197 (77.34% from 255) = 62.15%
BLUE value IS 4 (1.95% from 255) = 1.26%
R=36.59%
G=62.15%
B=1.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11619740.4100.980.2385.1896.0239.41
Hex74C542906217556027
Octal16430545101422712514047
Binary111010011000101100101001011000101011110101011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,197,4); }

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

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

 a { background-color: rgb(116,197,4); }

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

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

 span { border-color: rgb(116,197,4); }

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