#74C00E

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

Shades of Christi #74C00E

Tints of Christi #74C00E

Color information

#74C00E (or 0x74C00E) is unknown color: approx Christi. HEX triplet: 74, C0 and 0E. RGB value is (116,192,14). Sum of RGB (Red+Green+Blue) = 116+192+14=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #74C00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C00E is #8B3FF1. Grayscale: #959595. Windows color (decimal): -9125874 or 966772. OLE color: 966772.

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

Color convert

RGB11619214-
CMYK0.4000.930.25
HSL85.62º86.41%40.39%-
HSV(B)85.62º92.71%75.29%-
XYZ26.1341.447.04-
YUV148.9851.82104.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 192 (75.39% from 255) = 59.63%
BLUE value IS 14 (5.86% from 255) = 4.35%
R=36.02%
G=59.63%
B=4.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116192140.4000.930.2585.6286.4140.39
Hex74C0E2805D19565628
Octal164300165001353112612650
Binary1110100110000001110101000010111011100110101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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