#66BE0E

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

Shades of Christi #66BE0E

Tints of Christi #66BE0E

Color information

#66BE0E (or 0x66BE0E) is unknown color: approx Christi. HEX triplet: 66, BE and 0E. RGB value is (102,190,14). Sum of RGB (Red+Green+Blue) = 102+190+14=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BE0E is #9941F1. Grayscale: #909090. Windows color (decimal): -10043890 or 966246. OLE color: 966246.

HSL color Cylindrical-coordinate representation of color #66BE0E: hue angle of 90º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66BE0E is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB10219014-
CMYK0.4600.930.25
HSL90º86.27%40%-
HSV(B)90º92.63%74.51%-
XYZ23.9739.686.81-
YUV143.6254.8598.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 62.09%
BLUE value IS 14 (5.86% from 255) = 4.58%
R=33.33%
G=62.09%
B=4.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190140.4600.930.259086.2740
Hex66BEE2E05D195a5628
Octal146276165601353113212650
Binary1100110101111101110101110010111011100110110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,190,14); }

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

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

 a { background-color: rgb(102,190,14); }

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

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

 span { border-color: rgb(102,190,14); }

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