#66B912

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

Shades of Christi #66B912

Tints of Christi #66B912

Color information

#66B912 (or 0x66B912) is unknown color: approx Christi. HEX triplet: 66, B9 and 12. RGB value is (102,185,18). Sum of RGB (Red+Green+Blue) = 102+185+18=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #66B912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B912 is #9946ED. Grayscale: #8D8D8D. Windows color (decimal): -10045166 or 1227110. OLE color: 1227110.

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

Color convert

RGB10218518-
CMYK0.4500.900.27
HSL89.82º82.27%39.8%-
HSV(B)89.82º90.27%72.55%-
XYZ22.9437.576.61-
YUV141.1458.5100.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 185 (72.66% from 255) = 60.66%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=33.44%
G=60.66%
B=5.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102185180.4500.900.2789.8282.2739.8
Hex66B9122D05A1B5a5228
Octal146271225501323313212250
Binary11001101011100110010101101010110101101110110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,18); }

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

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

 a { background-color: rgb(102,185,18); }

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

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

 span { border-color: rgb(102,185,18); }

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