#66BE1E

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

Shades of Christi #66BE1E

Tints of Christi #66BE1E

Color information

#66BE1E (or 0x66BE1E) is unknown color: approx Christi. HEX triplet: 66, BE and 1E. RGB value is (102,190,30). Sum of RGB (Red+Green+Blue) = 102+190+30=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BE1E is #9941E1. Grayscale: #929292. Windows color (decimal): -10043874 or 2014822. OLE color: 2014822.

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

Color convert

RGB10219030-
CMYK0.4600.840.25
HSL93º72.73%43.14%-
HSV(B)93º84.21%74.51%-
XYZ24.1339.757.63-
YUV145.4562.8597.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 59.01%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=31.68%
G=59.01%
B=9.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190300.4600.840.259372.7343.14
Hex66BE1E2E054195d492b
Octal146276365601243113511153
Binary11001101011111011110101110010101001100110111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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