#74BA1B

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

Shades of Christi #74BA1B

Tints of Christi #74BA1B

Color information

#74BA1B (or 0x74BA1B) is unknown color: approx Christi. HEX triplet: 74, BA and 1B. RGB value is (116,186,27). Sum of RGB (Red+Green+Blue) = 116+186+27=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA1B is #8B45E4. Grayscale: #939393. Windows color (decimal): -9127397 or 1817204. OLE color: 1817204.

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

Color convert

RGB11618627-
CMYK0.3800.850.27
HSL86.42º74.65%41.76%-
HSV(B)86.42º85.48%72.94%-
XYZ24.9638.917.23-
YUV146.9460.31105.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 27 (10.94% from 255) = 8.21%
R=35.26%
G=56.53%
B=8.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116186270.3800.850.2786.4274.6541.76
Hex74BA1B260551B564b2a
Octal164272334601253312611352
Binary11101001011101011011100110010101011101110101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,186,27); }

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

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

 a { background-color: rgb(116,186,27); }

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

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

 span { border-color: rgb(116,186,27); }

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