#66BB11

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

Shades of Christi #66BB11

Tints of Christi #66BB11

Color information

#66BB11 (or 0x66BB11) is unknown color: approx Christi. HEX triplet: 66, BB and 11. RGB value is (102,187,17). Sum of RGB (Red+Green+Blue) = 102+187+17=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BB11 is #9944EE. Grayscale: #8E8E8E. Windows color (decimal): -10044655 or 1162086. OLE color: 1162086.

HSL color Cylindrical-coordinate representation of color #66BB11: hue angle of 90º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66BB11 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB10218717-
CMYK0.4500.910.27
HSL90º83.33%40%-
HSV(B)90º90.91%73.33%-
XYZ23.3538.416.71-
YUV142.257.3499.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 61.11%
BLUE value IS 17 (7.03% from 255) = 5.56%
R=33.33%
G=61.11%
B=5.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102187170.4500.910.279083.3340
Hex66BB112D05B1B5a5328
Octal146273215501333313212350
Binary11001101011101110001101101010110111101110110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,17); }

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

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

 a { background-color: rgb(102,187,17); }

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

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

 span { border-color: rgb(102,187,17); }

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