#74C611

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

Shades of Christi #74C611

Tints of Christi #74C611

Color information

#74C611 (or 0x74C611) is unknown color: approx Christi. HEX triplet: 74, C6 and 11. RGB value is (116,198,17). Sum of RGB (Red+Green+Blue) = 116+198+17=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #74C611 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C611 is #8B39EE. Grayscale: #999999. Windows color (decimal): -9124335 or 1164916. OLE color: 1164916.

HSL color Cylindrical-coordinate representation of color #74C611: hue angle of 87.18º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74C611 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB11619817-
CMYK0.4100.910.22
HSL87.18º84.19%42.16%-
HSV(B)87.18º91.41%77.65%-
XYZ27.544.147.6-
YUV152.8551.33101.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 198 (77.73% from 255) = 59.82%
BLUE value IS 17 (7.03% from 255) = 5.14%
R=35.05%
G=59.82%
B=5.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116198170.4100.910.2287.1884.1942.16
Hex74C6112905B1657542a
Octal164306215101332612712452
Binary11101001100011010001101001010110111011010101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,198,17); }

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

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

 a { background-color: rgb(116,198,17); }

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

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

 span { border-color: rgb(116,198,17); }

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