#66BA15

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

Shades of Christi #66BA15

Tints of Christi #66BA15

Color information

#66BA15 (or 0x66BA15) is unknown color: approx Christi. HEX triplet: 66, BA and 15. RGB value is (102,186,21). Sum of RGB (Red+Green+Blue) = 102+186+21=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BA15 is #9945EA. Grayscale: #8E8E8E. Windows color (decimal): -10044907 or 1423974. OLE color: 1423974.

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

Color convert

RGB10218621-
CMYK0.4500.890.27
HSL90.55º79.71%40.59%-
HSV(B)90.55º88.71%72.94%-
XYZ23.17386.82-
YUV142.0759.6799.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=33.01%
G=60.19%
B=6.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102186210.4500.890.2790.5579.7140.59
Hex66BA152D0591B5b5029
Octal146272255501313313312051
Binary11001101011101010101101101010110011101110110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,21); }

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

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

 a { background-color: rgb(102,186,21); }

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

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

 span { border-color: rgb(102,186,21); }

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