#74C005

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

Shades of Christi #74C005

Tints of Christi #74C005

Color information

#74C005 (or 0x74C005) is unknown color: approx Christi. HEX triplet: 74, C0 and 05. RGB value is (116,192,5). Sum of RGB (Red+Green+Blue) = 116+192+5=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #74C005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C005 is #8B3FFA. Grayscale: #949494. Windows color (decimal): -9125883 or 376948. OLE color: 376948.

HSL color Cylindrical-coordinate representation of color #74C005: hue angle of 84.39º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74C005 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1161925-
CMYK0.4000.970.25
HSL84.39º94.92%38.63%-
HSV(B)84.39º97.4%75.29%-
XYZ26.0841.426.76-
YUV147.9647.32105.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 192 (75.39% from 255) = 61.34%
BLUE value IS 5 (2.34% from 255) = 1.60%
R=37.06%
G=61.34%
B=1.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11619250.4000.970.2584.3994.9238.63
Hex74C052806119545f27
Octal16430055001413112413747
Binary111010011000000101101000011000011100110101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,5); }

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

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

 a { background-color: rgb(116,192,5); }

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

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

 span { border-color: rgb(116,192,5); }

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