#66B41C

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

Shades of Christi #66B41C

Tints of Christi #66B41C

Color information

#66B41C (or 0x66B41C) is unknown color: approx Christi. HEX triplet: 66, B4 and 1C. RGB value is (102,180,28). Sum of RGB (Red+Green+Blue) = 102+180+28=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #66B41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B41C is #994BE3. Grayscale: #8B8B8B. Windows color (decimal): -10046436 or 1881190. OLE color: 1881190.

HSL color Cylindrical-coordinate representation of color #66B41C: hue angle of 90.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66B41C is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB10218028-
CMYK0.4300.840.29
HSL90.79º73.08%40.78%-
HSV(B)90.79º84.44%70.59%-
XYZ22.0135.556.8-
YUV139.3565.16101.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 180 (70.70% from 255) = 58.06%
BLUE value IS 28 (11.33% from 255) = 9.03%
R=32.90%
G=58.06%
B=9.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102180280.4300.840.2990.7973.0840.78
Hex66B41C2B0541D5b4929
Octal146264345301243513311151
Binary11001101011010011100101011010101001110110110111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B41C; }

 p { color: rgb(102,180,28); }

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

<style>
 a { background-color: #66B41C; }

 a { background-color: rgb(102,180,28); }

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

<style>
 span { border-color: #66B41C; }

 span { border-color: rgb(102,180,28); }

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