#74BE13

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

Shades of Christi #74BE13

Tints of Christi #74BE13

Color information

#74BE13 (or 0x74BE13) is unknown color: approx Christi. HEX triplet: 74, BE and 13. RGB value is (116,190,19). Sum of RGB (Red+Green+Blue) = 116+190+19=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BE13 is #8B41EC. Grayscale: #949494. Windows color (decimal): -9126381 or 1293940. OLE color: 1293940.

HSL color Cylindrical-coordinate representation of color #74BE13: hue angle of 85.96º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74BE13 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB11619019-
CMYK0.3900.900.25
HSL85.96º81.82%40.98%-
HSV(B)85.96º90%74.51%-
XYZ25.7340.597.09-
YUV148.3854.98104.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 190 (74.61% from 255) = 58.46%
BLUE value IS 19 (7.81% from 255) = 5.85%
R=35.69%
G=58.46%
B=5.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116190190.3900.900.2585.9681.8240.98
Hex74BE132705A19565229
Octal164276234701323112612251
Binary11101001011111010011100111010110101100110101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,190,19); }

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

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

 a { background-color: rgb(116,190,19); }

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

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

 span { border-color: rgb(116,190,19); }

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