#74B90F

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

Shades of Christi #74B90F

Tints of Christi #74B90F

Color information

#74B90F (or 0x74B90F) is unknown color: approx Christi. HEX triplet: 74, B9 and 0F. RGB value is (116,185,15). Sum of RGB (Red+Green+Blue) = 116+185+15=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #74B90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B90F is #8B46F0. Grayscale: #919191. Windows color (decimal): -9127665 or 1030516. OLE color: 1030516.

HSL color Cylindrical-coordinate representation of color #74B90F: hue angle of 84.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74B90F is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB11618515-
CMYK0.3700.920.27
HSL84.35º85%39.22%-
HSV(B)84.35º91.89%72.55%-
XYZ24.6438.456.57-
YUV144.9954.64107.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 185 (72.66% from 255) = 58.54%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=36.71%
G=58.54%
B=4.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116185150.3700.920.2784.358539.22
Hex74B9F2505C1B545527
Octal164271174501343312412547
Binary1110100101110011111100101010111001101110101001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,185,15); }

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

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

 a { background-color: rgb(116,185,15); }

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

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

 span { border-color: rgb(116,185,15); }

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